Skip to content

Commit 636bd11

Browse files
committed
修改说明
1 parent e323c0c commit 636bd11

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## NgNice
22
站点:http://ngnice.com/
33

4-
NgNice站点是由一批AngularJS爱好者发起的,致力于打造一个AngularJS的学习和经验分享平台
5-
目前NgNice平台不对外开放注册功能,站内分享内容主要由NgNice官方团队进行维护,如果你也是AngularJS的爱好者
4+
NgNice 站点是由一批 Angular.js 爱好者发起的,致力于打造一个 Angular.js 的学习和经验分享平台
5+
目前 NgNice 平台不对外开放注册功能,站内分享内容主要由 NgNice 官方团队进行维护,如果你也是 Angular.js 的爱好者
66
并且乐于分享你的经验给其他人,那就加入我们吧! 官方团队成员参见:[点击查看团队成员](https://worktile.com/teams/195a7878764eb2)
77
NgNice站点目前提供的功能如下:
88

9-
1. 简单的内容发布系统,主要分享一些AngularJS使用的经验和精品文章;
10-
1. AngularJS开发指南中文翻译的展示,github源码地址:https://github.com/jingyanjiaoliu/angular-guide-zh
11-
1. AngularJS showcase项目的展示,目前处于开发阶段,github源码地址:https://github.com/angular-cn/ng-showcase
9+
1. 简单的内容发布系统,主要分享一些 Angular.js 使用的经验和精品文章;
10+
1. Angular.js开发指南中文翻译的展示,github源码地址:https://github.com/jingyanjiaoliu/angular-guide-zh
11+
1. Angular.js showcase项目的展示,目前处于开发阶段,github源码地址:https://github.com/angular-cn/ng-showcase
1212

1313

1414
详细说明参见:http://ngnice.com/about
@@ -17,11 +17,11 @@ NgNice站点目前提供的功能如下:
1717

1818
服务端技术:Node.js >=0.10.x + Express >=4.x + Mongodb >=2.x
1919

20-
前端技术:AngularJS >= 1.2.x + Bootstrap >= 3.x
20+
前端技术:Angular.js >= 1.2.x + Bootstrap >= 3.x
2121

2222
## 本地搭建步骤
2323

24-
1. 配置开发环境的配置文件 core/development.js (包括mongodb数据库链接字符串和cookie_secret);
24+
1. 配置开发环境的配置文件 core/config/development.js (包括 mongodb 数据库链接字符串和 cookie_secret);
2525
1. 运行命令 `npm install` 安装 NodeJS Modules;
2626
1. 运行命令 `node server` 启动服务;
2727
1. 生产环境使用 `NODE_ENV=production node server`(仅限linux环境下)。

0 commit comments

Comments
 (0)