-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
699dcf5
commit 0bd4581
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,8 @@ The site should now be running on localhost port 4000. Changes to files will sho | |
To install the site locally with docker run the following commands: | ||
|
||
1. Clone the repo `$ git clone [email protected]:griffithlab/rnabio.org.git` | ||
2. Pull the docker image `$ docker pull griffithlab/rnabiodev:0.0.2` | ||
3. Run the docker `$ docker run -p 4000:4000 -v ~/git/rnabio.org/:/opt/git/rnabio.org -it griffithlab/rnabiodev:0.0.2` | ||
2. Pull the docker image `$ docker pull griffithlab/rnabiodev:0.0.3` | ||
3. Run the docker `$ docker run -p 4000:4000 -v ~/git/rnabio.org/:/opt/git/rnabio.org -it griffithlab/rnabiodev:0.0.3` | ||
|
||
Make sure that the above command has correct path to cloned git repo (The first part specified with -v option). The site should now be running on localhost port 4000. Changes to files will show up interactively on localhost:4000. | ||
|
||
|