Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesh0025 committed Mar 12, 2015
1 parent be903ed commit bc0d68b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ running your application on OpenShift.

### Local vs. Remote Development ###
This Laravel QuickStart provides separate `.env` configuration files for both local and
remote development, found at `.env` and `.openshift/.env` respectively.
remote development, found at `.env` and `.openshift/.env` respectively. When the local repo is pushed into openshift, `.openshift/.env` is overwritten with `.env` file. `

### Remote Development ###
Your application is configured to automatically use your OpenShift MySQL or PostgreSQL
Expand All @@ -28,6 +28,10 @@ The Laravel `CACHE_DRIVER` is set to use [APC opcode caching](http://php.net/man
and the `SESSION_DRIVER` is set to use the local file system for storage. Feel
free to update these settings in `.openshift/.env`.

### Composer ###
When the application is pushed , `composer update` is automatically executed over the root directory. For more details see the OpenShift Docs.


### 'Development' Mode ###
When you develop your Laravel application in OpenShift, you can also enable the
'development' environment by setting the `APPLICATION_ENV` environment variable,
Expand Down Expand Up @@ -79,4 +83,4 @@ To stop tailing the logs, press *Ctrl + c*.
**Note:** This QuickStart will not work with PHP 5.3
## Additional Resources ##
Documentation for the Laravel framework can be found on the [Laravel website](http://laravel.com/docs).
Documentation for the Laravel framework can be found on the [Laravel website](http://laravel.com/docs).

0 comments on commit bc0d68b

Please sign in to comment.