Logo Decentralized Social Network

Installation

The simplest way to install the Moera server software (moera-node) is as follows:

  1. Download a prebuilt WAR file from the GitHub repository.
  2. Place the WAR file in a directory on your server.
  3. Create a subdirectory to store media files. The directory must be readable and writable by moera-node process.
  4. Create a PostgreSQL database.
  5. Create a configuration file.
  6. Run the server.
  7. Configure NGINX as a reverse proxy.
  8. (optional) Configure a watchdog.
  9. (optional) Configure logrotate.