Mining and indexing for predatory journal lists | Django | Elasticsearch deployed on Heroku
. # Top level project folder. You are here. ├── journalmining # Main site app that with server settings and main routes └── README.md # Instructions and info are on this README.
- Anything inside of brackets
<>
should be replaced with the proper variable in your environment
-
Clone the git project
git clone https://github.com/bobbys-dev/journalmining.git
-
setup virtualenv for python (easiest to do this on pycharm, preferences -> project interpreter)
- Make sure you set Python 3.7 for the virtual environment
-
start your virtualenv
source venv/bin/activate
-
install requirements:
pip install -r requirements.txt