deploy_service/deploy_service
2019-10-09 17:45:16 +07:00
..
__init__.py version1 2019-10-02 18:18:57 +07:00
init_database.py fix bug restore data 2019-10-09 17:45:16 +07:00
readme.md fix readme.md 2019-10-02 18:32:16 +07:00
settings.py version1 2019-10-02 18:18:57 +07:00

#Introduce

  • This service will support you to deploy your project in another PC. Just copy this service to your project, set database config, data, then run "init_system.sh". It's done.

Require:

  • requirements.txt at your root path (of your project)
  • At deploy_service/data: mysql scripts backup (structure and data, just some tables having init data)
  • At settings.py: set your config information.

Run

In command line: ./init_system.sh