Browse Source

更新启动文档

shuzheng 8 years ago
parent
commit
22b6826014
2 changed files with 8 additions and 2 deletions
  1. 8 2
      README.md
  2. BIN
      project-bootstrap/progress.png

+ 8 - 2
README.md

@@ -226,7 +226,7 @@ Spring+SpringMVC+Mybatis框架集成公共模块,包括公共配置、MybatisG
 - ZooKeeper [http://www.apache.org/dyn/closer.cgi/zookeeper/](http://www.apache.org/dyn/closer.cgi/zookeeper/ "ZooKeeper")
 - Dubbo [http://dubbo.io/Download-zh.htm](http://dubbo.io/Download-zh.htm "Dubbo")
 - Elastic Stack [https://www.elastic.co/downloads](https://www.elastic.co/downloads "Elastic Stack")
-- Nginx [http://nginx.org/en/download.html "Nginx"]
+- Nginx [http://nginx.org/en/download.html](http://nginx.org/en/download.html "Nginx")
 - Jenkins [http://updates.jenkins-ci.org/download/war/](http://updates.jenkins-ci.org/download/war/ "Jenkins")
 - dubbo-admin-2.5.3 [http://download.csdn.net/detail/shuzheng5201314/9733652](http://download.csdn.net/detail/shuzheng5201314/9733652 "dubbo-admin-2.5.3")
 - dubbo-admin-2.5.4-SNAPSHOT-jdk8 [http://download.csdn.net/detail/shuzheng5201314/9733657](http://download.csdn.net/detail/shuzheng5201314/9733657 "dubbo-admin-2.5.4-SNAPSHOT-jdk8")
@@ -252,7 +252,7 @@ Spring+SpringMVC+Mybatis框架集成公共模块,包括公共配置、MybatisG
 
 zheng-ui、zheng-common => zheng-upms => 其他
 
-### 启动顺序
+### 启动顺序(后台)
 
 - 新建zheng数据库,导入project-bootstrap文件夹下的zheng-xxx.sql(使用最新版)
 
@@ -268,6 +268,12 @@ zheng-ui、zheng-common => zheng-upms => 其他
 
 - 登录成功后,可在右上角切换已注册系统访问
 
+### 启动顺序(前台)
+
+- 启动nginx代理zheng-ui静态资源,配置文件可参考 [nginx.conf](http://git.oschina.net/shuzheng/zheng/attach_files)
+
+- 启动前台系统应用服务器
+
 ### 开发演示
 
 - 创建数据表(建议使用PowerDesigner)

BIN
project-bootstrap/progress.png