Visitante
31/05/2012, 18:20
Muchísimas gracias a los dos. Creo que lo he conseguido instalar, ahora me estoy peleando con Express. Ya os contaré si algún día consigo que funcione, me habéis ayudado muchísimo.
Un saludo,
Un saludo,
sudo yum localinstall --nogpgcheck http://nodejs.tchol.org/repocfg/fedo...ase.noarch.rpm
Error: Package: nodejs-stable-release-15-2.noarch (/nodejs-stable-release.noarch)
Requires: system-release >= 15
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
sudo yum localinstall --nogpgcheck http://nodejs.tchol.org/repocfg/fedo...ase.noarch.rpm
sudo yum install nodejs-compat-symlinks npm
curl http://npmjs.org/install.sh | sh
npm install forever -g
forever -m 5 /home/nodejs/servicio1/init.js
$ forever --help
usage: forever [options] [action] SCRIPT [script-options]
Monitors the script specified in the current process or as a daemon
actions:
start Start SCRIPT as a daemon
stop Stop the daemon SCRIPT
stopall Stop all running forever scripts
restart Restart the daemon SCRIPT
restartall Restart all running forever scripts
list List all running forever scripts
config Lists all forever user configuration
setSets the specified forever config
clearClears the specified forever config
logs Lists log files for all forever processes
logs