Go to file
2019-11-03 20:40:09 +07:00
deploy_service fix bug restore data 2019-10-09 17:45:16 +07:00
app.py ll 2019-11-03 20:40:09 +07:00
init_system.py version1 2019-10-02 18:18:57 +07:00
init_system.sh version1 2019-10-02 18:18:57 +07:00
n_gram.py ll 2019-11-03 20:39:17 +07:00
readme.md fix readme.md 2019-10-02 18:32:16 +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