home 'see'服务器手动启动指南
主页查看It's the homepage for 'see'。服务器默认设置为自动运行(路径:/etc/init/wsgi.conf
)。如果未自动执行,可通过以下方式手动启动:
使用nginx + uwsgi运行:
$ uwsgi --wsgi-file /home/seebuntu/github/home/seeseehome/wsgi.py --http-socket 0.0.0.0:80
使用apache2 + django应用程序运行:
$ ~/github/home/seehome
$ ./manage.py runserver 0.0.0.0:80 --insecure
$ screen
下载地址
用户评论