fangPHP项目地址
https://github.com/easychen/fangPHP
安装Docker
根据官网提示安装
https://docs.docker.com/install/linux/docker-ce/ubuntu/
安装Docker compose
https://www.digitalocean.com/community/tutorials/how-to-install-docker-compose-on-ubuntu-16-04
拉取文件
选取一个位置,拉取文件
cd Downloads/ git clone https://github.com/easychen/fangPHP cd fangPHP #启动服务 sudo docker-compose up
关闭容器
Ctrl+C
安装Chrome
下载deb包 # 32位版本下载 wget https://dl.google.com/Linux/direct/google-chrome-stable_current_i386.deb # 64位版本下载 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 使用dpkg安装 # 32位版本 sudo dpkg -i google-chrome-stable_current_i386.deb # 64位版本 sudo dpkg -i google-chrome-stable_current_amd64.deb 启动 google-chrome-stable