Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
1
1-getting-started-with-rails
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mis-21-2018-intersession
1-getting-started-with-rails
Commits
ce77e584
Commit
ce77e584
authored
Jun 05, 2018
by
John Noel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README.md
parent
ff878efc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
README.md
README.md
+8
-8
No files found.
README.md
View file @
ce77e584
...
@@ -30,6 +30,13 @@ rm -rf .git
...
@@ -30,6 +30,13 @@ rm -rf .git
git init
git init
```
```
*
Run this command to identify the current directory
```
bash
pwd
```
**Note**
: Take note of the output of this command. This shall serve as an input value to the next commands.
*
Build and start Docker containers
*
Build and start Docker containers
```
bash
```
bash
...
@@ -42,18 +49,11 @@ docker-compose up
...
@@ -42,18 +49,11 @@ docker-compose up
sample_app_web_1 exited with code 0
sample_app_web_1 exited with code 0
```
```
*
Run this command to identify the current directory
```
bash
pwd
```
**Note**
: Take note of output of this command. This shall serve as an input value to the next command.
*
Open another Terminal (Mac/Unix) / Powershell (Windows).
*
Open another Terminal (Mac/Unix) / Powershell (Windows).
*
Go inside the project directory.
*
Go inside the project directory.
```
bash
```
bash
cd
<
command
output of the previous
command
>
cd
<
command
output of the previous
pwd
command
>
```
```
*
Stop Docker containers
*
Stop Docker containers
...
...
Write
Preview
Markdown
is supported
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