Skip to content
jasonChiu edited this page Feb 8, 2015 · 1 revision

Getting Started

this service depend on other remote services, you can confirm the information from Developer's Guide

  1. clone the repository

  2. put the value ( see Configuration File ) and place following files into course-server/src/main/resources/production :

    • remote.properties
    remote_course_service = [ course service remote address ]
    remote_token_service =  [ oauth token service address ]
    
  3. two ways to start the server :

    • start on local by gradle : exec gradlew jettyStart to start and gradlew jettyStop to stop
    • start on remote by deploy: exec gradlew war and deploy course-server/build/libs/course-server.war to remote container
  4. start to access the server! ( see API List )

Clone this wiki locally