安装/更新/卸载oneinstack
时间:2016年04月19日 人气:...

安装步骤

yum -y install wget screen python  
 #for CentOS/Redhat # apt-get -y install wget screen python  
 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文件 s
  creen -S oneinstack    #如果网路出现中断,可以执行命令`screen -r oneinstack`重新连接安装窗口 ./install.sh

如何更新版本?

./upgrade.s


如何卸载?

./uninstall.sh

热门评论