Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/empowerhack/HealthStarter
Browse files Browse the repository at this point in the history
…into HEAD
  • Loading branch information
ashleypeacock committed Apr 17, 2016
2 parents 4744d33 + fe63be8 commit c90f8ec
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,25 @@
Helping aid workers hit the ground running with quickly absorbable health and childcare knowledge


![Health Starter Inteface Preview](img/healthStarter2.gif)
![Health Starter Inteface Preview](img/healthStarter2.gif)

# Setup

Download virtualenv

This comment has been minimized.

Copy link
@eddiejaoude

eddiejaoude Apr 17, 2016

Contributor

What is virtualenv?


cd into ENV folder.

Run:
source bin/activate

To setup the virtual machine.

cd into hackathon (first level).

Run: python manage.py runserver

To start Django server.

Go to http://127.0.0.1:8000 in your browser.

And hey presto site should be there.

1 comment on commit c90f8ec

@ashleypeacock
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad: virtual environment for creating isolated python envs. User won't have to pip install everything. Just realised you can pip install it now, adding to readme.

Please sign in to comment.