文件名称:collabo-markdown:一个使用 Flask-SocketIO 的简单协作 Markdown 编辑器
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-14 17:24:23
Python
合作降价 一个使用和提供协作降价编辑器的简单应用程序。 安装 克隆这个存储库。 git clone https://github.com/Ketouem/collabo-markdown 在 virtualenv 中安装依赖项。 pip install -r requirements.txt 运行应用程序 直接通过调用 gunicorn gunicorn gunicorn --worker-clas socketio.sgunicorn.GeventSocketIOWorker manage:app 或者使用包含在 foreman start中的 。 在 Heroku 上部署 Procfile 可用于在 Heroku 上部署项目。 为了推送它,您必须在克隆的存储库中调用heroku create然后调用git push heroku master 。 待办事项: 在管理脚本中包含一个
【文件预览】:
collabo-markdown-master
----.gitignore(718B)
----README.md(1KB)
----manage.py(288B)
----config.py(160B)
----Procfile(91B)
----collabo()
--------main()
--------logger()
--------static()
--------__init__.py(631B)
--------templates()
----LICENSE(1KB)
----requirements.txt(298B)