Skip to content

Commit

Permalink
Added setup instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelliott committed Mar 6, 2013
1 parent 37bca63 commit 197b8fe
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
@@ -1,2 +1,23 @@
LexTermServer
=============
=============

Development
-----------

### Prerequisites ###
* Python (2.7)
* pip (`easy_install pip`)
* virtualenv (`pip install virtualenv`)

### Setup ###
mkdir lexTerm && cd lexTerm
virtualenv server --no-site-packages
cd server
source bin/activate
pip install django
git clone [email protected]:LexTerm/LexTermServer.git

### Run it ###
cd LexTermServer
python manage.py runserver

0 comments on commit 197b8fe

Please sign in to comment.