Skip to content

anselmix80/Django-crm-Mysql-Docker-Container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-crm-Mysql-Docker-Container

Implement for Django-CRM project MySQL container powered by Docker

This is an implementation for Django-CRM main project and implement a simple docker compose file to create a MySQL container DB for the application.

Pre-requirement

  • You need a linux (Ubuntu, Fedora, Debian, etc...) workstation
  • You need a local copy of Django-CRM repo
  • You need a docker engine installed, follow this Official Docker Installation Guide

Installation instruction

Clone or download the project and copy the docker folder inside Django-CRM project folder. Docker folder Example Inside the docker folder run ./start_dev.sh shell command, this include:

  • Clean up previous MySQL docker
  • Configure new Django-CRM container (also download mysql engine image)
  • Install all requirements for Django-CRM project
  • Setup all data inside DB
  • Start the application Django-CRM

docker running

About

Implement for Django-CRM project MySQL container powered by Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages