-
Notifications
You must be signed in to change notification settings - Fork 1
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
ashleypeacock
committed
Apr 17, 2016
1 parent
87971ad
commit e03bbba
Showing
1 changed file
with
6 additions
and
5 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 |
---|---|---|
|
@@ -7,10 +7,11 @@ Helping aid workers hit the ground running with quickly absorbable health and ch | |
## Setup | ||
|
||
1. Clone repo `git clone [email protected]:empowerhack/HealthStarter.git` | ||
2. cd into `ENV/` folder | ||
3. Run command in cli `source bin/activate` | ||
4. To run the django server `cd hackathon` | ||
5. Run command in cli `python manage.py runserver` | ||
6. View application visit `http://127.0.0.1:8000` in your browser. | ||
2. Run command in cli `pip install virtualenv` | ||
3. cd into `ENV/` folder | ||
4. Run command in cli `source bin/activate` | ||
5. To run the django server `cd hackathon` | ||
6. Run command in cli `python manage.py runserver` | ||
7. View application visit `http://127.0.0.1:8000` in your browser. | ||
|
||
And hey presto site should be there. |