TeraServer Service

The TeraServer service is the core service of the OpenTera platform. It runs the different modules of the platform. An OpenTera server cannot exist without that service!

Main script

The TeraServer service can be launched by running the TeraServer.py script.

Configuration

Configuration files for the TeraServer service are described here.

Default port and location

By default, the service will listen to port 4040 (non-ssl) and will be at the root of the web server url (/).

Web URLs

About page - by default at https://127.0.0.1:40075/about. Will display the about page of the server, including the version and possible OpenTeraPlus client versions available to download

Doc page - by default at https://127.0.0.1:400075/doc. Will display the REST API documentation and test system. This can be used to test the API. Please not that this URL will not be available if not enabled in the configuration file.

Specific topics