-
Notifications
You must be signed in to change notification settings - Fork 1
GettingStarted
jasonChiu edited this page Feb 8, 2015
·
1 revision
this service depend on other remote services, you can confirm the information from Developer's Guide
-
clone the repository
-
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 ] -
two ways to start the server :
- start on local by gradle : exec
gradlew jettyStartto start andgradlew jettyStopto stop - start on remote by deploy: exec
gradlew warand deploycourse-server/build/libs/course-server.warto remote container
- start on local by gradle : exec
-
start to access the server! ( see API List )