Decentralized Social Network
Home
Administrator's Guide
Installation
Administrator's Guide
About The Guide
Installation
PostgreSQL Database
Configuration File
Running
NGINX
Direct Serving
Watchdog
Logrotate
Tools
moname
moctl
Configuration File
Installation
The simplest way to install the Moera server software (
moera-node
) is as follows:
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
.
(optional)
Configure a
watchdog
.
(optional)
Configure
logrotate
.