Commit a6acad5b by Kálmán Viktor

docs: add nodejs-legacy package

npm won't work without it
"This package contains a symlink for legacy Node.js code requiring
binary to be /usr/bin/node (not /usr/bin/nodejs as provided in Debian)."
parent 664f3434
...@@ -35,7 +35,7 @@ Update the package lists, and install the required system software:: ...@@ -35,7 +35,7 @@ Update the package lists, and install the required system software::
sudo apt-get update sudo apt-get update
sudo apt-get install --yes virtualenvwrapper postgresql git \ sudo apt-get install --yes virtualenvwrapper postgresql git \
python-pip rabbitmq-server libpq-dev python-dev ntp memcached \ python-pip rabbitmq-server libpq-dev python-dev ntp memcached \
libmemcached-dev gettext wget pwgen nginx npm libmemcached-dev gettext wget pwgen nginx npm nodejs-legacy
sudo npm -g install bower less yuglify sudo npm -g install bower less yuglify
Set up *PostgreSQL* to listen on localhost and restart it:: Set up *PostgreSQL* to listen on localhost and restart it::
......
...@@ -61,7 +61,7 @@ Update the package lists, and install the required system software:: ...@@ -61,7 +61,7 @@ Update the package lists, and install the required system software::
sudo apt-get update sudo apt-get update
sudo apt-get install --yes virtualenvwrapper postgresql git \ sudo apt-get install --yes virtualenvwrapper postgresql git \
python-pip rabbitmq-server libpq-dev python-dev ntp memcached \ python-pip rabbitmq-server libpq-dev python-dev ntp memcached \
libmemcached-dev npm libmemcached-dev npm nodejs-legacy
sudo npm -g install bower less yuglify sudo npm -g install bower less yuglify
Set up *PostgreSQL* to listen on localhost and restart it:: Set up *PostgreSQL* to listen on localhost and restart it::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment