Skip to content

Commit

Permalink
Update README.md (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen-Wittingen authored Jan 24, 2024
1 parent 9c43644 commit 27772be
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 @@ -18,8 +18,8 @@ Otherwise, you need the following prerequisites installed:

## Installation
### With Docker
1. Build the project using `docker-compose -f docker-compose.development.yml build api`. This will install the dependencies and set up the image. If dependencies are updated/added, you need to run this command again.
2. Copy the `.env.example` to `.env` and update the fields to reflect your environment. To allow the development Docker configuration on amber-ui to work, change `COMPOSE_PROJECT_NAME` to "amber_development".
1. Copy the `.env.example` to `.env` and update the fields to reflect your environment. To allow the development Docker configuration on amber-ui to work, change `COMPOSE_PROJECT_NAME` to "amber_development".
2. Build the project using `docker-compose -f docker-compose.development.yml build api`. This will install the dependencies and set up the image. If dependencies are updated/added, you need to run this command again.
3. Create databases and tables and run seeds with `bundle exec rails db:setup` (see tip on how to run commands in the container).

Tip: to run commands in the container, you can run the following:
Expand Down

0 comments on commit 27772be

Please sign in to comment.