ECS Configuration
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 "ecs7":
createuser -d ecs7
exit
Now the CampusConnect-ECS database can be created:
ecs7 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:
ecs7 scale worker=1
The configuration is now complete and the CampusConnect ECS is ready to answer forwarded requests from a CampusConnect ECS proxy on port 9777.
If you prefer another port, e.g. port 6000, then run:
After restarting ECS:
you can access ECS under TCP port 6000.
ECS uses journal daemon for logging: