Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 376 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 376 Bytes

bitq - 比特Q

本地运行

sh start.sh

如果已安装 docker,推荐:

sh start-docker.sh

本地测试

sh test.sh

发布

heroku login
heroku container:login
heroku container:push web -a bitqbit
heroku container:release web -a bitqbit
heroku open -a bitqbit

看日志:

heroku logs --tail -a bitqbit