You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ Uses ruby 2.4 and rails 5.2 (not pre-req's on host laptop).
14
14
15
15
### Instructions
16
16
17
-
##
18
-
19
17
1.`docker-compose build` to build the docker containers (also installs gems).
20
18
21
19
2.`docker-compose up` to startup the app the first time.
22
20
23
21
3. In a 2nd terminal run `docker-compose run web rails db:create` to create the database. Then run `docker-compose run web rails db:seed` to seed the DB with some example data.
24
22
25
-
## Local Development (general)
23
+
4. Run `docker-compose up` to start the app. You should see data being served at http://localhost:3001/rooms
24
+
25
+
## Local Development
26
26
27
27
* Start: `docker-compose up` - the app will be running on http://localhost:3001/
0 commit comments