Home
Softono

Arhaica

Open source MIT JavaScript
32
Stars
0
Forks
4
Issues
6
Watchers
8 years
Last Commit

 About Arhaica

Milti-Domain Content Publishing System for Archaic Web

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Arhaica?

We provide expert installation service for this software. Our team will install, configure, and secure Arhaica on your server. plans start at just $30.

Installation

  1. Install nodejs
sudo dnf -y update
sudo dnf -y install psmisc
sudo dnf -y groupinstall "Development Tools"
sudo curl --silent --location https://rpm.nodesource.com/setup_9.x | bash -
sudo dnf -y install nodejs
  1. Clone project
git clone https://github.com/metarhia/arhaica
  1. Install mongodb
sudo dnf install -y mongodb-server
sudo systemctl enable mongod
sudo systemctl start mongod
  1. Install dependencies
npm install
  1. Allow port listening below 1024
sudo setcap 'cap_net_bind_service=+ep' "$(which node)"
  1. Start the server
./server.sh

if you skipped 5-th step run this instead

sudo ./server.sh