2017.9.19

System service:

website、mobile、account-management、lead-management、vehicle-management

System structure:

System struct

OTR User Role:

website mobile
SA、SYSA、CM、RE SC、SS、SRM、SM、GM

user journey:

User joureny

organizational structure

organizational structure

External system integration

External system integration

install node

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | bash
nvm install node  # #if you need install especial version, run 'nvm install versionNumber '

set up website

nvm install v7.7.0
git clone git@gitlab.com:otr/website.git
npm install
npm start

open http://localhost:30000/ in browser

set up mobile

nvm install v6.6.0
git clone git@gitlab.com:otr/mobile.git
npm install

Download XCode, use App Store.
then:

cd {mobile path}/ios/

use XCode open OTRMobileApp.xcodeproj

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容