An open API service indexing awesome lists of open source software.

https://github.com/dnoneill/latimes


https://github.com/dnoneill/latimes

Last synced: 4 months ago
JSON representation

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