eellak / nlpbuddy

A text analysis application for performing common NLP tasks through a web dashboard interface and an API
http://www.nlpbuddy.io/
GNU Affero General Public License v3.0
124 stars 28 forks source link

add instructions #2

Closed mgogoulos closed 6 years ago

mgogoulos commented 6 years ago

Add instructions on how to install + test environment Tested on Ubuntu 16.04 with python 3.5 create virtual env: virtualenv -p python3.5 . source activate: source bin/activate clone project: https://github.com/eellak/text-analysis/ enter project dir: cd text-analysis install requirements: pip install -r requirements.txt run django migrations: python manage migrate install nginx: apt-get install nginx setup nginx + uwsgi configs: deploy/ ... . make sure to set the servername visit url...

mgogoulos commented 6 years ago

https://github.com/eellak/text-analysis/wiki/Install