Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Co-authored-by: Linus Hagemann <[email protected]>
  • Loading branch information
tillprochaska and linusha committed Mar 14, 2021
1 parent bd14618 commit cee12df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ This setup is intended for development purposes only!
1. Clone this repository.
2. Run `docker-compose run app composer install` inside the cloned folder.
3. Run `docker-compose up`.

When creating a fresh development environment with a clean DB, execute `php artisan db:seed --class=GroupSeeder` and `php artisan db:seed --class=TermSeeder` inside the `app` container (e.g. with `docker-compose exec app bash` or using the command directly instead of `bash`).
4. Create `.env` files based on `scrapers/.env.example` and `app/.env.example`.
5. When creating a fresh development environment with a clean DB, execute `php artisan db:seed --class=GroupSeeder` and `php artisan db:seed --class=TermSeeder` inside the `app` container (e.g. with `docker-compose exec app bash` or using the command directly instead of `bash`).

---

Expand Down

0 comments on commit cee12df

Please sign in to comment.