Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ddr
rdr
Commits
0a6a1583
Verified
Commit
0a6a1583
authored
Feb 11, 2022
by
David Chandek-Stark
Browse files
README updated
parent
e3dda28a
Pipeline
#278661
passed with stages
in 10 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0a6a1583
...
...
@@ -6,7 +6,6 @@
-
Docker Destop for Mac or Windows OR docker-ce + docker-compose for Linux
### Building the application image
In the root of the project run:
...
...
@@ -19,9 +18,13 @@ Start the development stack:
$ .docker/dev.sh up
(If the app
and/or web container images are
not present, t
hey
will be built
(If the app
image is
not present,
i
t will be built
before the stack comes up.)
To initialize the development database for Rails, run the command:
$ .docker/dev.sh exec app bin/rails db:setup
To run a Bash shell on the development app server:
$ .docker/dev.sh exec app bash
...
...
@@ -30,6 +33,9 @@ Stop the development stack:
$ .docker/dev.sh down
(If you use
`Ctrl-C`
to interrupt the stack running in the foreground,
`dev.sh`
has a trap to run
`docker-compose down`
to clean up resources.)
## Test Environment
To get an interactive shell with the test stack, run:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment