机甲码头工人
用于 , 和Docker配置。
快速设置
运行以下shell命令:
git clone git@github.com:rNintendoSwitch/MechaDocker.git
cd MechaDocker
git submodule update --init --recursive --remote
git submodule foreach cp config.example.py config.py
# Setup database
python init_db_pass.py
docker volume create --name mechadocker-database -d local
docker-compose build
如果希望在运行时提取Mechabowser的私有模块,请参阅“在运行时提取私有”
在以下位置编辑config.py文件:Mec
2021-04-07 12:04:42
5KB
Python
1