程序文档之CoreWeb


程序文档
coreweb
LAMP
LNMP
LANMP
程序文档
2016-12-05
The project is designed for LANMP and NoSQL, language is shell.
这个项目用于LANMP和NoSQL部署,使用shell script语言。
CoreWeb遵循GPL(v2)协议,允许自由修改,转载请注明出处!
总体部署:LANMP+Mongo+Redis+Memcache(d)
v0.1
Product: CoreWeb tag v0.1
1.要求:
物理机、VPS或云主机,系统为RHEL、CentOS6.x 7.x 32/64Bit
2.版本说明:
基本的几个服务。
Version 0.1 安装(#代表注释,以root身份运行):
#法一:
wget -c https://codeload.github.com/staugur/CoreWeb/tar.gz/v0.1 -O CoreWeb-0.1.tar.gz
tar zxf CoreWeb-0.1.tar.gz && cd CoreWeb-0.1/ && sh index.sh
#法二:
rpm -q subversion || yum -y install subversion
svn co https://github.com/staugur/CoreWeb/tags/v0.1 coreweb ; cd coreweb ; sh index.sh
如下图,根据提示选择代码号以安装不同服务:
v0.2
Product: CoreWeb tag v0.2
1.要求:
物理机、VPS或云主机,系统为RHEL、CentOS6.x 7.x 32/64Bit
2.版本说明:
自定义服务的信息。
Version 0.2 安装(#代表注释,以root身份运行):
#法一:
wget -c https://codeload.github.com/staugur/CoreWeb/tar.gz/v0.2 -O CoreWeb-0.2.tar.gz
tar zxf CoreWeb-0.2.tar.gz && cd CoreWeb-0.2/ && sh index.sh
#法二:
rpm -q subversion || yum -y install subversion
svn co https://github.com/staugur/CoreWeb/tags/v0.2 coreweb ; cd coreweb ; sh index.sh
如下图,根据提示选择代码号以安装不同服务:
例如Nginx:
v0.3
Product: CoreWeb tag v0.3
1.要求:
物理机、VPS或云主机,系统为RHEL、CentOS6.x 7.x 32/64Bit
2.版本说明:
直接集成LAMP、LNMP、LANMP脚本,增加tomcat、memcached和更新nginx脚本。
Version 0.3 安装(#代表注释,以root身份运行):
#法一:
wget -c https://codeload.github.com/staugur/CoreWeb/tar.gz/v0.3 -O CoreWeb-0.3.tar.gz
tar zxf CoreWeb-0.3.tar.gz && cd CoreWeb-0.3/ && python init.py
#法二:
rpm -q subversion || yum -y install subversion
svn co https://github.com/staugur/CoreWeb/tags/v0.3 coreweb ; cd coreweb ; python init.py
如下图,根据提示选择代码号以安装不同服务:
本文为原创文章,由 SaintIC, Inc. 创作和发表,遵循CC BY-NC-ND 4.0许可!
本文标题是:程序文档之CoreWeb, 本文来源地址:https://blog.saintic.com/blog/114.html