A lite Blog & Board on mobile.
复制、粘贴以下 7 行代码,一分钟即可完成:
ubuntu@vm-ubuntu:~$ sudo apt update
ubuntu@vm-ubuntu:~$ sudo apt install git
ubuntu@vm-ubuntu:~$ sudo git clone https://github.com/litebb/litebb
ubuntu@vm-ubuntu:~$ cd litebb
ubuntu@vm-ubuntu:~/litebb$ sudo apt install python3-pip
ubuntu@vm-ubuntu:~/litebb$ sudo pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ -r requirements.txt
ubuntu@vm-ubuntu:~/litebb$ sudo /usr/local/bin/gunicorn -D -w 4 -b 0.0.0.0:80 wsgi:application
支持 Linux 和 Windows 10 系统 WSL 中安装,以上代码在 Ubuntu 14/16/18 and Debian 8/9 实测通过。
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.