Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add instructions #2

Closed
mgogoulos opened this issue Jul 27, 2018 · 1 comment
Closed

add instructions #2

mgogoulos opened this issue Jul 27, 2018 · 1 comment

Comments

@mgogoulos
Copy link
Collaborator

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
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant