Django project template with elk stack. Inspired by deviantony
This tutorial will help you run server locally
Docker compose is used to make it easier to start it. See the
official docker installation documentation.
Clone the repo
git clone https://github.com/yakimenko73/django-elk.gitRun with docker-compose
- Create
.env.prodfile and fill it according to the.env.devcat .env.dev >> .env.prod - Run
docker-composedocker-compose --env-file .env.prod up --build
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/amazing-feature) - Commit your Changes (
git commit -m 'Add some amazing-feature') - Push to the Branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Twitter - @masterslave_
- Email - r.yakimenko.73@gmail.com