ECS Konfiguration
In order to operate the ECS in a CampusConnect network, it must first be configured accordingly. This is done with the following commands, all of which must be executed as "root" user in a command shell.
First of all, we create a new database user "ecs6":
createuser -d ecs6
exit
Now the CampusConnect-ECS database can be created:
ecs6 run rake cc:ressources
Finally, we create the necessary logrotate configuration files and system initialization scripts (systemd), which integrates the CampusConnect-ECS into the Debian startup system:
The configuration is now complete and the CampusConnect ECS is ready to answer forwarded requests from a CampusConnect ECS proxy on port 6000.
To change the TCP port for accessing the ECS:
After restarting ECS ("systemctl restart ecs6") you can access ECS under TCP port 6800.
ECS uses journal daemon for logging: