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.
NodeBB setup
-
- New to forums
- Posts: 8
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sun Jun 15, 2014 10:25 pm
Re: NodeBB setup
It doesn't appear node.js is supported on the shared web hosting here.
http://www.nfoservers.com/forums/viewto ... =45&t=9469
http://www.nfoservers.com/forums/viewto ... =45&t=9469
Not a NFO employee
Re: NodeBB setup
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.
Re: NodeBB setup
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.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.