update README.md.
This commit is contained in:
14
README.md
14
README.md
@@ -6,9 +6,18 @@
|
||||
生产环境建议Linux+Nginx+php+mysql
|
||||
建议PHP7+
|
||||
|
||||
建议使用宝塔环境包
|
||||
|
||||
## 安装
|
||||
|
||||
为了保证系统的安全性,系统根目录移至web目录下,把程序和逻辑代码放到根目录以外。在配置网站时,把网站根目录指向web目录下,然后通过composer把所需的扩展类库更新,包括thinkphp框架同样通过composer进行更新。
|
||||
> 最好是使用云主机进行安装,虚拟主机有很多局限性
|
||||
|
||||
```
|
||||
git clone https://gitee.com/sentcms/sentcms.git sentcms
|
||||
cd sentcms
|
||||
composer install
|
||||
```
|
||||
|
||||
访问网址:http://网址/install
|
||||
|
||||
@@ -20,7 +29,7 @@
|
||||
## 交流讨论
|
||||
|
||||
> * 点击链接加入2群【sentcms网站管理系统2群】:https://jq.qq.com/?_wv=1027&k=5ewmZ0w
|
||||
> * 点击链接加入1群【SentCMS交流群】:http://jq.qq.com/?_wv=1027&k=2DXSKpe(已满)
|
||||
> * 点击链接加入1群【SentCMS交流群】:http://jq.qq.com/?_wv=1027&k=2DXSKpe(已满) 勿加
|
||||
|
||||
|
||||
## SentCMS特性包括:
|
||||
@@ -81,6 +90,9 @@
|
||||
## 版本列表
|
||||
|
||||
> 3.0.170127: https://git.oschina.net/sentcms/sentcms/repository/archive/3.0.170127
|
||||
|
||||
> 3.0.161201:https://git.oschina.net/sentcms/sentcms/repository/archive/3.0.161201
|
||||
|
||||
> 3.0.1611:https://git.oschina.net/sentcms/sentcms/repository/archive/3.0.1611
|
||||
|
||||
> 3.0.1609:https://git.oschina.net/sentcms/sentcms/repository/archive/3.0.1609
|
||||
Reference in New Issue
Block a user