已经有几个月没有更新了,2016年依旧有计划进行维护。 感兴趣的朋友联系我微信 hai_liang_wang, 或者 hailiang.hl.wang@gmail.com, 并说明是在github上看到austack的。
什么是认证即服务?
http://blog.austack.com/2015/08/16/austack-nodejs-ionic-2/
https://github.com/michaelkrone/generator-material-app
https://github.com/johnpapa/angular-styleguide#style-y190
https://material.angularjs.org/latest/#/ http://design.1sters.com/
git clone git@github.com:arrking/austack-core.git
cd austack-core
npm install
bower install
touch .env # inject env by https://www.npmjs.com/package/dotenv
npm start # start server at http://localhost:9001/
gulp serve # start client at http://localhost:3000/
trouble shooting https://github.com/arrking/austack-core/issues/2
Checkout server/config/index.js
Checkout client/app/config/developement|production|staging.json
cd austack-core
export NODE_ENV=production
npm start
cd austack-core
export NODE_ENV=production
gulp build
# then publish dist/ into your CDN service.
exports.users = [{
provider: 'local',
role: 'admin',
name: 'dave1',
password: 'dave1',
userId: 'dave1',
active: true
}, {
provider: 'local',
role: 'admin',
name: 'dave2',
password: 'dave2',
userId: 'dave2',
active: true
}, {
provider: 'local',
role: 'root',
name: 'root',
userId: 'root',
password: 'root',
active: true
}];
Copyright (c) 2015 contributors.
Released under the MIT license.