Starting
Last updated
Last updated
The necessary parameters for starting the AdaptixServer can be passed via command line parameters or via a configuration file.
The configuration file is specified in the -profile
parameter and must contain a profile in JSON format.
Teamserver:
port - port for client connection
endpoint - URN for connecting clients
password - authenticator for clients
cert and key - SSL Certificate and Key for web server
extender - array of strings-paths to go-plugins
ServerResponse:
status - web server response code in case of an illegitimate request
headers - web server HTTP Headers
page - the path to the file whose contents will be returned in the web server's response
To run adaptixserver you need an SSL certificate. You can generate your own using the ssl_gen script.
After starting AdaptihServer, a data
directory will be created next to the server executable file. The server database file and all other files will be created in the data
directory.
After the AdaptixClient is launched, a directory named .adaptix
will be created in the user's home directory. The AdaptixClient database file will be saved in the .adaptix
directory. In the authorization form, you must specify the profile data, user nickname, and the name of the local project.
After synchronizing data with the server, the main AdaptixClient window will be available.