@abhinov-singh If you are using Nginx on Ubuntu, the configuration files or symlinks (including ports, etc.) are at /etc/nginx/sites-enabled/
See also which ports are left open by your firewalls (server, PC).
easy nodebb upgrade process
-
@charles just follow the NodeBB docs
-
@pichalite thanks! I tried that and tbh it's written as if many should understand the process.
docs really need to be more friendly to all audiences
should anyone have to guess between patch revisions or minor revisions?
then it talks about "if not upgrading between branches (ie v0.3.3 to v0.3.4)" use the git reset
is nodebb now at the patch, minor or between branches now?so should I use git fetch git checkout and git merge or should I only use git fetch git reset section?
-
I thought it was clear, but didnt work for me
i upgraded, it appeared to work, but still when i go into the dashboard it says 1.0.0
-
@ViolentCrumble I'll be testing it and will let you know what works so you can also try.
-
tried commands below and works for me. Now logged in and version showing v1.0.2
git checkout v1.x.x git pull ./nodebb upgrade
-
@ViolentCrumble I was confused with commands too.
just use
git checkout v1.x.x
exactly as shown. do not add any numbers. after that you can use the other commands shown in my previous reply. -
@charles ok still no go. This time i used "" git checkout v1.x.x"
Is it normal that it says "Aborted" like that?
but i continued regardless
but still - http://i.imgur.com/LOcqTA0.png
-
@ViolentCrumble use
./nodebb restart
and then check the version again -
@ViolentCrumble that is strange that you have
v1.0.3-auto.0
listedwhen I try
git checkout v1.x.x
I get
Already on 'v1.x.x'
Your branch is up-to-date with 'origin/v1.x.x'.