Service launch¶
Example of service launch from root directory:
python run.py --port=5081 --config=./configs/myconfig.conf --log_suffix=awesome
Parameters port=5080 and config=./configs/config.conf are default ones.
During server launch connections are checked.
Running service on a port and configuration file, with custom log files’ suffix. Port and path to configuration file has been set in command line arguments.
You can view help
python ./run.py --help