官方网站安装手册 http://walle-web.io/docs/installation.html
安装部署遇到问题及解决方法 http://www.imooc.com/article/299641
本文介绍在虚拟主机中安装部署walle2.0系统
- 1.克隆代码Clone code
git clone https://github.com/meolu/walle-web.git
- 2.配置站点虚拟主机,按照官网配置即可
- 3.注意虚拟机
/etc/hosts
新增127.0.0.1 admin.walle-web.io
- 4.在主机中配置host解析,假如虚拟主机IP地址:
192.168.33.10
则在主机中/etc/hosts
新增192.168.33.10 admin.walle-web.io
注意与第三点不同 - 安装
sh admin.sh init
时遇到gunicorn 版本不对提示,解决办法如下:
找到:walle-web-master/requirements/prod.txt
文件,把里面的:gunicorn>=19.1.1
改为gunicorn==19.1.1
,然后再次进行sh admin.sh init
- 修改配置,初始化数据库即可
- 启动服务
sh admin.sh start
网友评论