Installing an older NodeBB Version
-
We can help more with a detailed example BUT....
Let's say you want the latest in the 0.6.x family. you would do:
git fetch; git checkout v0.6.x; git pull; ./nodebb setup
-
Or for a fresh installation:
git clone -b v0.6.x https://github.com/NodeBB/NodeBB.git nodebb
Copyright © 2024 NodeBB | Contributors