NOTE: Your License Server must be running before you start Eduction.
To start Eduction
Start Eduction from the command line using the following command:
eductionserver.exe -configfile configname.cfg
where the optional -configfile argument specifies the path of a configuration file to use.
On UNIX, if you have installed Eduction as a service, use one of the following commands:
On machines that use systemd:
systemctl start eductionserver
On machines that use system V:
service eductionserver start
TIP: On both Windows and UNIX platforms, you can configure services to start automatically when you start the machine.