Installed so many times but nodebb correctly was not running please help
-
This is the error i got
Reading package lists... Done
Building dependency tree... Done
Package imagemagick is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another sourceE: Unable to locate package git
E: Unable to locate package nodejs
E: Unable to locate package nodejs-legacy
E: Unable to locate package npm
E: Unable to locate package redis-server
E: Package 'imagemagick' has no installation candidate
root@server:~# -
@SANTOSH-KUMAR Just do what's in the docs, there's no additional steps. For the imagemagick error, run
sudo apt-get update
then carry on as normal. -
another error
root@server:~# sudo apt-get install git nodejs nodejs-legacy npm redis-server im
agemagick
Reading package lists... Done
Building dependency tree... Done
E: Unable to locate package nodejs-legacy -
@SANTOSH-KUMAR Having re-read your first post. Ubuntu 12.04 does't have a nodejs-legacy package. And the nodejs package available is too old. Before you go too far into this install, I'd suggest running Ubuntu 14.04 instead, it's more up to date. If you're on Digital Ocean, select 14.04 Ubuntu instead of 12.04.
Then do the install, you shouldn't have a problem then.
-
@SANTOSH-KUMAR I run 14.04 on one live site and two development servers, it works fine. I recommend you run 14.04.
-
@SANTOSH-KUMAR That would be one of life's mysteries. Trust me, it would be beneficial for you to run Ubuntu 14.04, then follow the guides.
-
i tried
@a_5mith
sudo apt-get install git nodejs nodejs-legacy npm redis-server imagemagick
then result is
-bash: sudo: command not found
so tried
sudo apt-get update
again result is
-bash: sudo: command not found -
how to install it