Version: 1.0
- git
- python 2.7.x
- virtualenv
- mysql
mkdir the-front-page && cd the-front-pagevirtualenv envsource env/scripts/activateActivate the environment (each time you start a session working with the code)
Obtain source code and clone into crawler directory
git clone https://github.com/lestrato/the-front-page.git crawlercd crawler
Your Directory structure will look like this:
the-front-page
├── crawler
│ ├── crawler
│ ├── mainsite
│ ├── static
├── env
from within the-front-page/crawler directory
pip install -r requirements.txt
- cp crawler/settings.py.example crawler/settings.py
- Edit the crawler/settings.py file and insert local credentials for DATABASES
./manage.py migrate
./manage.py runserver- Navigate to http://localhost:8000/