Hello all,
We are in need of a Front End Developer/Designer to assist us on the ongoing projects.
This will be a part-time 6 month contract with the possibility of extension up to 1 year.
If you are interested, please apply here.
Thank you!
Well, that's weird. You're on master
branch, right? git status
to find out.
If not: git checkout master && ./nodebb upgrade
@julian said:
Well, that's weird. You're on
master
branch, right?git status
to find out.If not:
git checkout master && ./nodebb upgrade
# On branch master
# Your branch is behind 'origin/master' by 92 commits, and can be fast-forwarded.
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# NodeBB/
# gippy/
git merge origin/master && ./nodebb upgrade
@julian said:
git merge origin/master && ./nodebb upgrade
And then?, i made a forever restart 0
Still shows 502 bad gateway
... then find out again what the problem is.
@Pablo-Macaluso What is the error when you start NodeBB with
./nodebb dev
?
Perhaps the merge did not work. You have to give me more information.