https://github.com/dnoneill/latimes
https://github.com/dnoneill/latimes
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnoneill/latimes
- Owner: dnoneill
- Created: 2017-05-09T22:03:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T20:49:47.000Z (over 8 years ago)
- Last Synced: 2025-10-07T09:41:34.261Z (8 months ago)
- Language: HTML
- Size: 212 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# latimes
How to install
1. Download code from this page
$ git clone https://github.com/dnoneill/latimes.git
2. Download elasticsearch from https://www.elastic.co/downloads/past-releases/elasticsearch-1-7-3
3. Go into latimes directory
$ cd latimes
4. Install requirements
$ pip install -r requirements.txt
5. Start Elasticsearch
$ cd elasticsearch/bin
$ ./elasticsearch
6. Migrate models if necessary
$ cd latimes
$ python manage.py makemigrations
$ python manage.py migrate
6. Build search index
$ python manage.py rebuild_index
7. Run application
$ python manage.py runserver