Is there a reason that you are using Plesk? Tools like that generally make support and management vastly more difficult. Something like a NodeBB install is so easy, but Plesk can make it so hard for no reason.
How can i install v0.6.x-dev?
-
Apologies if this is a noob question
I can't find the branch anywhere
-
@chas It's called
master
. But the community reps (me) don't offer support on it. Devs might though, but If you find a bug, it goes to GitHub. -
Thankyou @a_5mith
-
@chas I believe you just install it by doing
git clone https://github.com/NodeBB/NodeBB.git
instead ofgit clone -b v0.5.x https://github.com/NodeBB/NodeBB.git
-
@agarcia17 said:
@chas I believe you just install it by doing
git clone https://github.com/NodeBB/NodeBB.git
instead ofgit clone -b v0.5.x https://github.com/NodeBB/NodeBB.git
If nodebb is already installed then it's better to use
git checkout master
thengit pull
then./nodebb upgrade
But that's how to do a fresh install of master.
-
@a_5mith thanks for the clarification