Nodebb setup
Nodebb:
How to setup nodebb in local environment
git clone -b v1.18.x https://github.com/NodeBB/NodeBB.git nodebb./nodebb setup>> URL used to access this NodeBB (http://localhost:4567) : Press Enter
>> Please enter a NodeBB secret (44abfc50-3d6a-4e6c-a258-9f551f9faa5a) : Press Enter
>> Would you like to submit anonymous plugin usage to nbbpm? (yes) : Press Enter
>> Which database to use (mongo) : redis
Now configuring redis database:
>> Host IP or address of your Redis instance (127.0.0.1) : Press Enter
>> Host port of your Redis instance (6379) : Press Enter
>> Password of your Redis database : Press Enter
>> Which database to use (0..n) (0) : 3 (redis db number)
Admin User details
>> Administrator username : admin
>> Administrator email address : admin@test.com
>> Password : Your password
>> Confirm Password : Your passwordMandatory Plugins
Activating Plugins
Write api plugin
Last updated
Was this helpful?