Skip to content

Commit

Permalink
Refined installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
metamaker committed Jul 13, 2016
1 parent 44afe17 commit 4ba6a72
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ How to install:
4. Run `php app/console assets:install --symlink web`.
5. Run `npm install`.
6. Run `gulp install`.
7. Open '/api/import-fixture' route to import fixtures into database

OR

Do it manually by importing `contrib/albums.sql` script.
7. Either open '/api/import-fixture' route to import fixtures into database, or do it manually by importing
`contrib/albums.sql` script.
8. Test application by opening '/' route.

You can use either `gulp test-php` or `bin\phpunit --coverage-text -c app/phpunit.xml.dist src` to execute PHPUnit tests.
Expand Down

0 comments on commit 4ba6a72

Please sign in to comment.