Skip to content

Commit 6eb574a

Browse files
Update docs to run the dummy app
1 parent 36d6590 commit 6eb574a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.MD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ Once you pull the code down to your machine, modify `spec/dummy/config/database.
5050

5151
## Running the dummy app
5252

53-
You can run `bin/dev` from the root directory, which will start an overmind (similar to foreman) process for the rails server, jsbundling and cssbundling. Then, navigate to `localhost:3030` and enjoy the app.
53+
1. Make sure you have [overmind](https://github.com/DarthSim/overmind#installation) or [foreman](https://github.com/ddollar/foreman#installation) installed on your system.
54+
2. Run ```bin/init``` to install ruby and js dependencies, and to setup the database.
55+
3. If you chose to use Docker Compose for the previous step, start the services: ```docker compose up```
56+
4. Run `bin/dev` from the root directory, which will start an overmind (similar to foreman) process for the rails server, jsbundling and cssbundling.
57+
5. Navigate to `localhost:3030` and enjoy the app.
5458

5559
## Seeding the database for local development
5660

0 commit comments

Comments
 (0)