Skip to content

Distribution documentation#

This section covers the documentation package for LUNA PLATFORM. All the documents can be found in "/docs" folder of the distribution package.

Operation manuals#

These manuals cover system deployment and architecture.

Most of the documents are provided in PDF and HTML formats. The PDF document is easier for navigation, the HTML document is more convenient to copy the commands. HTML version requires template_VL.css.

File Description
WhatsNew.* Information about new features of LUNA PLATFORM 5
ReleaseNotes.* LUNA PLATFORM Release Notes
LP_Administrator_Manual.pdf Administrator manual for LUNA PLATFORM
LP_Docker_Installation_Manual.* General concepts for the full installation of LUNA PLATFORM using Docker containers. The example for installation on a single server is given in the manual
LP_Docker_Upgrade_Manual.* General steps for upgrading from the previous LP build
LP_Docker_Compose_Example.* General concepts for the full installation of LUNA PLATFORM using Docker Compose. The example for installation on a single server is given in the manual
LP_Migration_from_LP3.* The manual includes general steps for migration from LUNA PLATFORM 3 to LUNA PLATFORM 5 Backport 3
LP_Migration_from_LP4.* The manual includes general steps for migration from LUNA PLATFORM 4 to LUNA PLATFORM 5 Backport 4

Reference manuals#

These manuals describe the Open API specifications for LUNA PLATFORM services. OpenAPI specification is the only valid document providing up-to-date information about the service API. The specification can be used:

  • By documentation generation tools to visualize the API.
  • By code generation tools.

All the documents and code generated using this specification can include inaccuracies and should be carefully checked.

The manuals can be found in the "./docs/ReferenceManuals" directory. This directory includes documents in the YML and HTML format. Documents in YML format contain requests to all LUNA PLATFORM services. You can use them to automatically generate requests in Postman. It is not guaranteed that all requests will be imported correctly, manual editing may be required. Documents in HTML format are used to visualize these specification and may not be complete.

File Description
AdminReferenceManual.yml Admin service API description. Describes tasks run by the administrator
APIReferenceManual.yml This manual describes all general requests to LUNA PLATFORM services using API service
Backport3ReferenceManual.yml Backport 3 API description
Backport4ReferenceManual.yml Backport 4 API description
ConfiguratorReferenceManual.yml Configurator service API description
EventsReferenceManual.yml Events service API description
FacesReferenceManual.yml Faces service API description
HandlersReferenceManual.yml Handlers service API description
ImageStoreReferenceManual.yml Image Store service API description
LicensesReferenceManual.yml Licenses service API description.
PythonMatcherReferenceManual.yml Python Matcher service API description
SenderReferenceManual.yml Sender service API description. Describes receiving event notifications using web-sockets
TasksReferenceManual.yml Tasks service API description. Describes requests for execution of long tasks

Developer Manuals#

These interactive reference guides are intended for developers and DevOps. The manuals can be found in the "./docs/ServiceManuals" directory.

File Description
AdminManual/index.html Common administrative routines
APIDevelopmentManual/index.html Server installation, documentation of tornado-handlers, PostgreSQL usage, admin statistics, etc.
Backport3DevelopmentManual/index.html Backport 3 service description
Backport4DevelopmentManual/index.html Backport 4 service description
ConfiguratorDevopsManual/index.html Configurator service description
EventsDevopsManual/ Index.html Events module
FacesDevopsManual/Index.html Faces service description
HandlersDevelopmentManual/index.html Handlers service description
ImageStoreDevopsManual/index.html Image Store service description
LicensesDevelopmentManual/index.html Licenses service description
PythonMatcherDevelopmentManual/index.html Python Matcher service description
SenderDevelopmentManual/index.html Sender service description
TasksReferenceManual/index.html Tasks service description