Skip to content

Commit

Permalink
Update readme.md (close #68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctessier committed Dec 2, 2016
1 parent 595f97e commit 6f70584
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,22 @@ Budgeck's system requirements are similar to Laravel :
- If you don't use Homestead, edit the environment variables values to connect to your own database
- Run *composer install*
- Run *php artisan key:generate*
- Run *php artisan migrate --seed*
- Run *npm install*
- Run *bower install*


## Development

- Run *php artisan migrate --seed*
- Run *npm install*
- Run *bower install*
- Run *gulp watch*


## Make production
## Production

- Set *APP_ENV=production* in *.env* file
- Run *php artisan migrate --seed*
- Run *npm install --production*
- Run *bower install --production*
- Run *gulp --production*

## Language
Expand Down

0 comments on commit 6f70584

Please sign in to comment.