Installation
The simplest way to install the Moera server software (moera-node) is as follows:
As prerequisites, Java 21+, PostgreSQL 12+, and ffmpeg 6.1+ must be installed.
- Download a prebuilt WAR file from the GitHub repository.
- Place the WAR file in a directory on your server.
- Create a subdirectory to store media files. The directory must be
readable and writable by
moera-node process.
- Create a PostgreSQL database.
- Create a configuration file.
- Run the server.
- Configure NGINX as a reverse proxy.
- (recommended) Configure direct serving of media files from the
filesystem or Amazon S3.
- (optional) Configure a watchdog.
- (optional) Configure logrotate.