Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (12 loc) · 323 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 323 Bytes

djes

Simple django & elasticsearch sample project.

Install python dependencies

pip install -r requirements.txt

Install npm dependencies

npm install

Migrate database

python manage.py migrate

Prepare Elasticsearch data directory

mkdir es_data

Run project using docker

docker-compose up