

Next, switch the user to etherpad and download the latest version of Etherpad with the following command: su - etherpad You will get the following output: v14.17.5 Step 4 – Install Etherpad on Rocky Linux 8įirst, create a dedicated user to run Etherpad: adduser -system -home /opt/etherpad -create-home -user-group etherpad Once Node.js is installed, verify the Node.js version using the following command: node -version Next, install the Node.js with the following command: dnf install nodejs git -y Next, grant all the privileges to the etherpad database: grant CREATE,ALTER,SELECT,INSERT,UPDATE,DELETE on `etherpaddb`.* to flush the privileges and exit from MariaDB with the following command: flush privileges Įtherpad is written in Node.js, so it must be installed on your server.įirst, enable the Node.js repository using the following command: dnf module enable nodejs:14 Once you are connected, create a database and user for Etherpad: create database `etherpaddb` Ĭreate user identified by 'yourpassword' Next, log in to the MariaDB shell with the following command: mysql Next, install MariaDB 10.5 with the following command: dnf install mariadb-server -yĪfter the installation, start and enable the MariaDB service using the command below: systemctl start mariadb dnf update -y Step 2 – Install and Configure Databaseįirst, enable the MariaDB version 10.04 repository using the following command: dnf module enable mariadb:10.5 Once you are logged in to your server, run the following command to update your base system with the latest available packages. Connect to your Cloud Server via SSH and log in using the credentials highlighted at the top of the page. Create a new server, choosing Rocky Linux 8 as the operating system with at least 2GB RAM. Step 1 – Create Atlantic.Net Cloud Serverįirst, log in to your Atlantic.Net Cloud Server.

A root password configured on your server.A server running Rocky Linux 8 on the Atlantic.Net Cloud Platform.In this post, we will show you how to install Etherpad on Rocky Linux 8. It allows authors and editors to see all of the participants’ edits in real-time.

It has data export capabilities and runs on your server, under your control. It is written in Nodejs and supports thousands of simultaneous real-time users. Etherpad is a free, open-source, web-based file editing application that allows you to collaborate on a file in actual time.
