Config setup:
- Replace the value for hostname in the config.json.example file
- Rename file to config.json
- Place config.json in jobsearch/statics/
To install directly from directory:
- Go to jobsearch directory with setup.py in it
- $ pip install -e .
Or install with an rpm package:
- Go to jobsearch directory with setup.py in it
- $ python setup.py bdist_rpm
- $ yum install dist/jobsearch-x.x.x-1.xxxx.rpm
To run:
- $ export FLASK_APP=jobsearch
- $ flask run