Skip to content

Commit

Permalink
Added db initiate and setup to Quick Install (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
z4nr34l authored and Cezary Olejarczyk committed Nov 13, 2019
1 parent 154ca26 commit e0ac8c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ Execute bellow command to run application:
docker-compose up
```

After that execute bellow command to initiate and setup database:
```
docker-compose exec --user=www-data php phing setup
```

Before you start using Open Loyalty you need to define hosts in your local environment. Add host openloyalty.localhost as 127.0.0.1 in your system configuration file (/etc/hosts).
If you find any problems using docker (for example on Windows environments) please try our Vagrant recipe.

Expand Down

0 comments on commit e0ac8c3

Please sign in to comment.