Jump to content
Nytro

Social-Network-Harvester-v1.0

Recommended Posts

Posted

Social-Network-Harvester-v1.0

How to install the SNH on Ubuntu server v.14.04.4:

  1. Install the prerequisites: sudo apt-get update sudo apt-get upgrade sudo apt-get install python3-dev libmysqlclient-dev sudo apt-get install python-pip

  2. Create a virtual environnement for python sudo virtualenv py3env -p python3 source py3env/bin/activate

  3. Install python3 modules: pip install mysqlclient pip install django

  4. run the server in dev-mode: cd Social-Network-Harvester-v1.0/Social-Network-Harvester-v1.0 python manage.py runserver

 

Sursa: https://github.com/unclesaam/Social-Network-Harvester-v1.0

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...