Skip to content

Commit

Permalink
Fixed paths according to server configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelliott committed Mar 17, 2013
1 parent 15a006f commit 4546fd7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ Development
cd server
source bin/activate
pip install django==1.4
git clone [email protected]:LexTerm/LexTermServer.git
git clone [email protected]:LexTerm/LexTermServer.git lexTerm

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

### Deploy ###
with rsync

0 comments on commit 4546fd7

Please sign in to comment.