2017.9.19

作者: wyb1995 | 来源:发表于2017-09-20 00:38 被阅读0次

    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

    相关文章

      网友评论

          本文标题:2017.9.19

          本文链接:https://www.haomeiwen.com/subject/tdlgsxtx.html