Ubuntu16.04 LNMP环境搭建+phpmyadmin+phalcon

1.sudo apt-get install nginx

2.sudo apt-get install php7.0-fpm

3.sudo apt-get install mysql-server

   sudo apt-get install php7.0-mysql

4.sudo apt-get install php7.0-mbstring

    sudo apt-get install phpmyadmin(用安装的mysql的密码)

    sudo ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin


5.sudo add-apt-repository ppa:ondrej/php(如果add-apt-repository: command not found:sudo apt-get install software-properties-common python-software-properties

    sudo apt-get install php7.0-phalcon

猜你喜欢

转载自blog.csdn.net/qq_34752829/article/details/79628550