Skip to content

Commit

Permalink
Merge pull request #311 from RyanNoelk/master
Browse files Browse the repository at this point in the history
master to dev (for doc updates)
  • Loading branch information
RyanNoelk authored Jan 10, 2018
2 parents 0a07f65 + d35a965 commit 01ad021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Running_the_App.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Running the App

The recommended way to run this app is with docker. You can install docker [here](https://www.docker.com/products/overview). If you are not familiar with docker you can read more about it on [there website](https://www.docker.com/what-docker).
The recommended way to run this app is with docker. You can install docker [here](https://www.docker.com/products/overview). If you are not familiar with docker you can read more about it on [their website](https://www.docker.com/what-docker).

If you are looking to run the app without docker, see the instructions [here](Running_without_Docker.md)

Expand Down Expand Up @@ -32,7 +32,7 @@ docker-compose -f docker-prod.yml up -d
### Running the app with docker for development
```bash
git clone https://github.com/RyanNoelk/OpenEats.git
cd openeats
cd OpenEats
git checkout dev
docker-compose build
docker-compose up -d
Expand All @@ -44,7 +44,7 @@ Regardless of if your running the app in production or development, you need to

To create a super user:
``` bash
docker-compose run --rm --entrypoint 'python manage.py createsuperuser' api
docker-compose -f docker-prod.yml run --rm --entrypoint 'python manage.py createsuperuser' api
```
Follow the prompts given to create your user. You can do this as many times as you like.

Expand Down

0 comments on commit 01ad021

Please sign in to comment.