2017.9.19

2017-09-20  本文已影响0人  wyb1995

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

上一篇下一篇

猜你喜欢

热点阅读