最新消息:

Ubuntu 使用 OneinStack 安装lampa-server

技术 eben 911浏览

Ubuntu 使用 OneinStack 安装lampa-server-1
OneinStack是由linux运维笔记的博主用Shell编写的一键 PHP/JAVA 安装工具,可以在主流linux系统,如UbuntuCentos(包括redhat)Debian中安装运行。
这次介绍如何用OneinStack安装lampa-server。

yum -y install wget screen python #for CentOS/Redhat
apt-get -y install wget screen python #for Debian/Ubuntu
wget http://aliyun-oss.linuxeye.com/oneinstack-full.tar.gz #阿里云用户下载
wget http://mirrors.linuxeye.com/oneinstack-full.tar.gz #包含源码,国内外均可下载
wget http://mirrors.linuxeye.com/oneinstack.tar.gz #不包含源码,建议仅国外主机下载
tar xzf oneinstack-full.tar.gz cd oneinstack #如果需要修改目录(安装、数据存储、Nginx日志),请修改options.conf文件
screen -S oneinstack #如果网路出现中断,可以执行命令screen -r oneinstack重新连接安装窗口
./install.sh #注:请勿sh install.sh或者bash install.sh这样执行

直接摘抄的官网教程,一点都没有技术含量,因为Oneinstack做的确实很简单易用,我有用在阿里云的学生主机。

转载请注明:落伍老站长 » Ubuntu 使用 OneinStack 安装lampa-server