Linux一键包OneInStack安装 LNMP/LAMP/lnmpa/lnmt/lnmh Web环境

第一、OneInstack一键包

yum -y install wget screen curl python #for CentOS/Redhat

# apt-get -y install wget screen curl python #for Debian/Ubuntu

wget http://mirrors.linuxeye.com/oneinstack-full.tar.gz

tar xzf oneinstack-full.tar.gz

cd oneinstack

screen -S oneinstack

./install.sh

OneInstackéç½®è¿ç¨

最终界面

Linuxä¸é®åOneInStackå®è£LNMP/LAMP/lnmpa/lnmt/lnmh Webç¯å¢

Control center

How to manage service?

Nginx/Tengine/OpenResty:

service nginx {start|stop|status|restart|reload|configtest}

MySQL/MariaDB/Percona:

service mysqld {start|stop|restart|reload|status}

PostgreSQL:

service postgresql {start|stop|restart|status}

MongoDB:

service mongod {start|stop|status|restart|reload}

PHP:

service php-fpm {start|stop|restart|reload|status}

HHVM:

service supervisord {start|stop|status|restart|reload}

Apache:

service httpd {start|restart|stop}

Tomcat:

service tomcat {start|stop|status|restart}

Pure-Ftpd:

service pureftpd {start|stop|restart|status}

Redis:

service redis-server {start|stop|status|restart}

Memcached:

service memcached {start|stop|status|restart|reload}

猜你喜欢

转载自blog.csdn.net/liuguiqian1/article/details/83620252