NodeBB setup

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
Rhapsody
New to forums
New to forums
Posts: 8
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Jun 15, 2014 10:25 pm

NodeBB setup

Post by Rhapsody »

I'm trying to create a forum with NodeBB, but there's a few problems, namely that some of the dependencies are likely not installed (in particular, redis-server and imagemagick, I checked and node.js is installed so that's not problematic). Further, if I try to continue without installing said dependencies by SSHing to the folder that contains my installation of NodeBB and try to set it up with ./nodebb setup, I can't because I don't have permission. I'd imagine I'd need superuser access via sudo, but obviously I can't do that since this is shared hosting.

Is there any way around this that allows me to get these dependencies installed, run the setup for NodeBB, and start and stop it via ./nodebb start and ./nodebb stop without superuser access?

The Ubuntu setup instructions are here.
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: NodeBB setup

Post by soja »

It doesn't appear node.js is supported on the shared web hosting here.

http://www.nfoservers.com/forums/viewto ... =45&t=9469
Not a NFO employee
Rhapsody
New to forums
New to forums
Posts: 8
Joined: Sun Jun 15, 2014 10:25 pm

Re: NodeBB setup

Post by Rhapsody »

I'm going to have to disagree. That post is from a year ago, and running 'node --version' in SSH reports one of the newer node.js versions.
User avatar
hiimcody1
Former staff
Former staff
Posts: 1616
Joined: Wed Dec 28, 2011 4:59 pm

Re: NodeBB setup

Post by hiimcody1 »

Rhapsody wrote:I'm going to have to disagree. That post is from a year ago, and running 'node --version' in SSH reports one of the newer node.js versions.
While node.js may exist on the webhosting, it's daemon running ability likely will not work. We don't allow daemons to run on the webhosting.
Post Reply