Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 606 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 606 Bytes

LexTermServer

Development

Prerequisites

  • Python (2.6)
    • If you already have a newer version of python you will need to install 2.6 alongside your current version
  • pip
    • easy_install pip
  • virtualenv
    • pip install virtualenv

Setup

mkdir lexTerm && cd lexTerm
virtualenv -p <path_to_python2.6> --no-site-packages server 
cd server
source bin/activate
pip install django==1.4
git clone [email protected]:LexTerm/LexTermServer.git lexTerm

Run it

cd lexTerm
python manage.py runserver

Deploy

with rsync