Skip to content

Commit

Permalink
Clean up a little
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Doupe committed Oct 12, 2017
1 parent 0d0d4d7 commit a21723d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ First, if you plan on contributing to PolicyBrain, then fork PolicyBrain and wor

Open a terminal window and run the following commands:
```
# swap out YOURUSERNAME with OpenSourcePolicyCenter if you did not fork this project and your user name if you did
# swap out YOURUSERNAME with OpenSourcePolicyCenter if you did not fork this project and
# your user name if you did
git clone https://github.com/YOURUSERNAME/PolicyBrain.git
cd PolicyBrain
git remote add upstream https://github.com/OpenSourcePolicyCenter/PolicyBrain
Expand All @@ -35,7 +36,7 @@ python manage.py collectstatic
python manage.py migrate
python manage.py runserver
```
Now, the Django app should be up and running. You can access the local version of https://www.ospc.org/ at http://localhost:8000. Next, set up Redis, Flask, and Celery. This step allows you to submit and run jobs.
Now, the Django app should be up and running. You can access the local instance of https://www.ospc.org/ at http://localhost:8000. Next, set up Redis, Flask, and Celery. This step allows you to submit and run jobs.
In another terminal, run the following commands
```
# Go to the PolicyBrain directory
Expand Down

0 comments on commit a21723d

Please sign in to comment.