A modern, node-based pluggable Content Management System.
More information will come once the structure of this project is more finalized. For more information and to follow development, join Auri’s Den on Discord by using the badge above.
AuriServe is built as a 32-bit executable for maximum compatibility. This shouldn’t be a problem for most devices, which run a variety of 64 and 32-bit applications, but some focused machines such as servers may have never had the required 32 bit linker installed. If, when running AuriServe on a 64-bit machine, you get no output and the program terminates, try installing the following and running the program again.
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386
sudo apt-get install lib32stdc++6