https://oneinstack.com/install/
CentOS/Redhat :
yum -y install wget screen
Debian/Ubuntu:
apt-get -y install wget screen
wget http://mirrors.linuxeye.com/oneinstack-full.tar.gz #包含源码,国内外均可下载
tar xzf oneinstack-full.tar.gz
cd oneinstack #如果需要修改目录(安装、数据存储、Nginx日志),请修改options.conf文件
nginx_modules_options='--with-stream --with-stream_realip_module --with-stream_ssl_module --with-stream_ssl_preread_module'
screen -S oneinstack #如果网路出现中断,可以执行命令`screen -R oneinstack`重新连接安装窗口
./install.sh
~/oneinstack/vhost.sh

Comments | NOTHING