-
Notifications
You must be signed in to change notification settings - Fork 34
webapi
Pablo Ojanguren edited this page Mar 20, 2017
·
1 revision
Clean build stuff
ant clean
Compile shared code
ant compile
Compile new JavaScript API (js files are deployed in the server)
ant -f build-swellrt.xml swellrt-webapi-dev
Create a config file (only first time)
ant -f server-config.xml
Configure server
Edit server.config
(See Congigure MongoDB)
Run server
ant run-server
Configure MongoDB
Edit server.config
Set following properties:
delta_store_type = mongodb
# Server's host name or IP address. Default value: 127.0.0.1
mongodb_host = 127.0.0.1
# Server's port. Default value: 27017
mongodb_port = 27017
# Database's name. Default name: wiab
mongodb_database = wiab
Texts and images of the SwellRT Wiki are released as open content, under the Creative Commons Attribution 4.0 International.