Skip to content

Commit

Permalink
doc: update readme for futur installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryde committed Mar 3, 2024
1 parent df357db commit 055d3f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ It will pull and build all the required images to run MusicAll

If you need to rebuild image (after an update for instance)
```
docker-compose up --build
docker compose up --build
```

#### Setup the project

Add `musicall.localhost` to your `/etc/hosts`
Add `musicall.localhost` and `musicall.test` to your `/etc/hosts`
```
127.0.0.1 musicall.localhost
127.0.0.1 musicall.localhost musicall.test
```

Install PHP vendor
Expand Down Expand Up @@ -79,3 +79,4 @@ You can now access http://musicall.localhost
## TODO

- [ ] Create fixtures
- [ ] Https

0 comments on commit 055d3f6

Please sign in to comment.