supervisor --转载: Supervisor (http://supervisord.org) 是一个用 Python 写 的进程管理工具,可以很方便的用来启动、重启、关闭进程(不仅仅是 Python 进程)。除了对单个进程的控制,还可以同时启动、关闭多个进程,比如很不幸的服务器出问题导致所有应用程序都被杀死,此时可以用 supervisor 同时启动所有应用程序而不是一个...
Ubuntu 14.04,如果已经通过 ppa 的方式安装了 MySQL 5.6,所以首先得去掉这个源。 sudo apt-add-repository --remove ppa:ondrej/mysql-5.6 # 如果没有 apt-add-repository 先安装上 # sudo apt-get install software-properties-common 手工删除的话可以去 /e...
Laravel is an open source PHP framework, designed for the faster development of MVC web applications in PHP. This article will help you to install Laravel 5 PHP Framework on Ubuntu 15.04 LTS, 14.04 LT...
开启加载Rewrite a2enmod rewrite 执行后,会提示OK和重启Apache命令(/etc/init.d/apache2 restart)。
To install PHP 5.6 or to upgrade from PHP 5.5 on Ubuntu 14: Enter the following commands in the order shown: apt-get -y update add-apt-repository ppa:ondrej/php apt-get -y install php5.6 php5.6-mcrypt...
更改系统语言设置 dpkg-reconfigure locales 更改软件开机自启动设置 sysv-rc-conf apt-get install sysv-rc-conf 设置开机自动启动 systemctl enable nginx.service 停止开机自动启动 systemctl disable nginx.service 解决debian 终端命令行无法自动补全 1).安装命令补全:...
1、安装 yum install epel-release #安装扩展源EPEL,否则可能会提示没有 Python-pip软件包可以安装:No package python-pip available yum install python-pip 2、修改官方源为豆瓣源 编辑配置文件, 如果没有, 新建一份: vim ~/.pip/pip.conf 添加内容如下: [global] index-u...