Vanilla Forum OSS
-
https://success.vanillaforums.com/kb/articles/155-local-setup-quickstart
Vanilla forum has lots of interactive features and is highly customizable. There is a commercial edition which helps fund the project. Perhaps one good reason to use it is low memory requirements.
There is a Docker image available.
-
-
https://success.vanillaforums.com/kb/articles/155-local-setup-quickstart
Vanilla forum has lots of interactive features and is highly customizable. There is a commercial edition which helps fund the project. Perhaps one good reason to use it is low memory requirements.
There is a Docker image available.
@loudlemur If you want a quick workaround, this runs well in the Cloudron LAMP Stack also and is extremely easy to install.
-
@loudlemur If you want a quick workaround, this runs well in the Cloudron LAMP Stack also and is extremely easy to install.
-
@loudlemur If you want a quick workaround, this runs well in the Cloudron LAMP Stack also and is extremely easy to install.
-
@murgero : I did try one but it required me to run
npm install
during setup. i could not do thiswww-data
orcloudron
and whileroot
did run, it gave lots of non-writeable errors.Any ideas how to resolve this ?
-
@timconsidine for www-data I believe you need to run it from it's full path, otherwise run as root and chown -R the modules dir. (ignore non-writable /root errors, this is normal with a read-only FS)