Skip to content

Commit 513dd84

Browse files
committed
chore: Grammar fixes, guide to docker installation and local environment
1 parent f5a99a6 commit 513dd84

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Guide to Running Reactome as a Docker Container
2+
This guide will instruct you in setting up Reactome in a Docker container!
3+
4+
## Step 1: Installing Docker
5+
Docker is a containerization tool that allows you to run environments you may not have installed on you computer. You can install Docker by following these [instructions](https://docs.docker.com/get-started/get-docker/). Check that docker has installed correctly by running ````docker --version```` if you see a version number then everything is installed correctly.
6+
7+
## Step 2: Building and Running the Image
8+
Once docker has been installed run the following command to prepare the local environment
9+
````
10+
docker compose up --build
11+
````
12+
13+
## Step 3: Explore Reactome!
14+
You're all done! Good job.

documentation/local-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ this will place a local copy of the project onto you computer and open the folde
1818

1919

2020
## Step 2: Installing Node
21-
Node is the tool that will compile and run the reactome project. You can download it [here](https://nodejs.org/en/download)!
21+
Node is the tool that will compile and run the Reactome project. You can download it [here](https://nodejs.org/en/download)!
2222
Once node is installed run the following commands in the ````WebsiteAngular/```` directory.
2323

2424
````
@@ -31,4 +31,4 @@ After this you should have a fully functional copy of Reactome running on your c
3131
If you run into any issues, try your best to follow any instructions in the error message or any advice found online.
3232

3333
# Step 3: Rejoice!
34-
Nothing to do here but reap the benifits of your hard work I guess? Why are you still reading this?
34+
Nothing to do here but reap the benefits of your hard work I guess? Why are you still reading this.

0 commit comments

Comments
 (0)