Arch Linux
First, we install our base software stack. Be sure to pacman -Syu first
to make sure you've synced with the repositories and all other packages
are up to date.
If you want to use MongoDB, LevelDB, or another database instead of Redis please look at the Configuring Databases section.
Next, clone this repository:
Initiate the setup script by running the app with the setup flag:
The default settings are for a local server running on the default port, with a redis store on the same machine/port.
Lastly, we run the forum.
NodeBB can also be started with helper programs, such as supervisor
and forever.
Take a look at the options here.