How can I pull the latest changes of NodeBB
-
@meetdilip Ok if all else fails, try this. (I've just attempted it and everything worked fine, so here goes this will remove everything but your posts and put them back.) Go to your root folder:
cd ~ sudo rm -r -f nodebb git clone https://github.com/NodeBB/NodeBB.git nodebb cd nodebb npm install ./nodebb setup ./nodebb start
This will delete all nodebb files and download them fresh. All your plugins will be removed along with any style settings etc though, but your posts will still be there. If it's still not working, then I'd imagine you have further issues, but this should solve it.
In nodebb setup, enter http://<your servers IP address> then just press enter to accept all defaults, it should find your existing database.
-
@meetdilip That's what you've just done...
I've worked out your issue. Your site is fine, it's here - http://www.techiewiz.in:4567/
Are you using apache or nginx?
EDIT
If nginx, go into your nginx folder (
cd /etc/nginx/sites-available
, nano into your proxy file (either default or the config one(if you made one)) and make sure your proxy config is correct (it's not) it seems your server configuration is missing a}
at the end. (Not the end of the document) Look here and make sure you have two}
s at the end of your custom server part. -
@a_5mith said:
Type
ls
inside your nginx folder what do you get?conf.d koi-utf mime.types scgi_params win-utf
fastcgi_params koi-win nginx.conf uwsgi_params
root@localhost:/etc/nginx#PC crashed. Hence the delay. Sorry.