Class | Description |
---|---|
CloudStoreServer | |
CloudStoreUpdaterTimer |
The CloudStore server is needed to synchronise data between a local and a remote repository. At least one of the machines must run the server process and thus listen to TCP connections. More precisely REST over HTTPS is used for client-server-communication.
The server is run via $INSTALLATION_DIR/bin/cloudstore-server
(or
$INSTALLATION_DIR/bin/cloudstore-server.bat
on Windows). Since this script blocks while the
server is running, it is recommended to use one of the start-scripts instead:
$INSTALLATION_DIR/etc/init/cloudstore-server.conf
for Upstart.
$INSTALLATION_DIR/etc/init.d/cloudstore-server
for SysV-init.
You must copy one of the start scripts into the appropriate directory. Note, that you might need to change the start script to fit your needs.
Copyright © 2013–2019. All rights reserved.