Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 560 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 560 Bytes

dbshive-api

web -> dbshive-web

環境

  • python v3.6.3

セットアップ

$ pip install requirements.txt
$ ./setup.sh

起動

$ python run.py

スクリプト

script/にあるコマンドの説明

  • databasedump.sh  
    • データベースのバックアップ
  • tabledump.sh  
    • テーブルのバックアップ
  • backup.sh  
    • 全てのバックアップ
  • update_db.sh  
    • バックアップされたデータの更新(用途はあまりない気がする)