Installation and setup

Surroundings

The service can be installed on Windows 10 and CentOS 8 (not tested on other system versions).

Required predefined dependencies:

  • Python v. 3.11 is required.

For more details about each component installation, please refer to the LUNA API documentation.

Dependencies installation

After surroundings installation the application dependencies should be installed using poetry.

pip install poetry
poetry install

Configuration

See config for service configuration.

Startup

If all previous steps were performed successfully, a service is ready to work. Run the script run.py to start the server. When launching, you can add such arguments as port. By default, the service listen the port 5010. Example of the startup string:

./luna-admin/run.py --config="./configs/devconfig.conf" --port=5010