Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MCMS
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
MCMS
Commits
0abfab6b
Commit
0abfab6b
authored
May 06, 2016
by
ms-dev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据文件端口更新
parent
fea341b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
README.md
README.md
+1
-2
doc/db-mcms-open.4.5.7.sql
doc/db-mcms-open.4.5.7.sql
+2
-2
No files found.
README.md
View file @
0abfab6b
...
...
@@ -52,7 +52,7 @@ QQ交流群号1:221335098<br/>
*
创建数据库db-mcms-open,注意:数据库使用utf-8编码,导入doc/db-mcms-open.sql备份文件;
*
修改src
\m
ain
\r
esources
\c
onfig.properties文件中的数据库设置参数;
*
后台访问地址:http://+ip地址(或localhost)+tomcat端口+项目发布名/ms/login.do
<font
color=
"red"
>
必需先访问后台界面再访问前台界面
</font>
*
前台访问地址:http://+ip地址(或localhost)+tomcat端口+项目发布名
<font
color=
"red"
>
如果发布的地址不是http://localhost:8080/mcms
</font>
,先在后台生成静态页面再进行访问
*
前台访问地址:http://+ip地址(或localhost)+tomcat端口+项目发布名
<font
color=
"red"
>
,
如果发布的地址不是http://localhost:8080/mcms
</font>
,先在后台生成静态页面再进行访问
*
管理员账号,用户名:msopen 密码:msopen
#文件说明
...
...
@@ -79,7 +79,6 @@ QQ交流群号1:221335098<br/>
#代码部署与常见问题
*
eclipse导入git源码:http://ms.mingsoft.net/mbbs/13582/detail.do
*
eclipse导入zip源码: http://ms.mingsoft.net/mbbs/12998/detail.do
*
MCms环境配置常见问题 http://ms.mingsoft.net/mbbs/13000/detail.do
*
MStore使用方式:http://ms.mingsoft.netmbbs/13008/detail.do
...
...
doc/db-mcms-open.4.5.7.sql
View file @
0abfab6b
...
...
@@ -10,7 +10,7 @@ Target Server Type : MYSQL
Target Server Version : 50520
File Encoding : 65001
Date: 2016-0
4-27 15:55:40
Date: 2016-0
5-06 10:00:02
*/
SET
FOREIGN_KEY_CHECKS
=
0
;
...
...
@@ -41,7 +41,7 @@ CREATE TABLE `app` (
-- ----------------------------
-- Records of app
-- ----------------------------
INSERT
INTO
`app`
VALUES
(
'1'
,
'MCMS-OPEN'
,
'http://localhost:
99
/mcms'
,
''
,
''
,
''
,
'mooc'
,
'50'
,
''
,
null
,
'm'
,
null
,
''
,
'0'
,
'0'
);
INSERT
INTO
`app`
VALUES
(
'1'
,
'MCMS-OPEN'
,
'http://localhost:
8080
/mcms'
,
''
,
''
,
''
,
'mooc'
,
'50'
,
''
,
null
,
'm'
,
null
,
''
,
'0'
,
'0'
);
-- ----------------------------
-- Table structure for `basic`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment