note nodejs-legacy package

This commit is contained in:
MinRK
2014-08-30 21:51:32 -07:00
parent 8835458e9d
commit 9b43e0848a

View File

@@ -15,6 +15,7 @@ Basic principals:
- Hub handles login, and spawns single-user servers on demand
- Hub configures proxy to forward url prefixes to single-user servers
## dependencies
# get the nodejs proxy (-g for global install)
@@ -23,6 +24,15 @@ Basic principals:
# install the Python pargs (-e for editable/development install)
pip install [-e] .
Note on debian/ubuntu machines, you may need to install the `nodejs-legacy` package
to get node executables to work:
sudo apt-get install nodejs-legacy
This installs the traditional `node` executable, in addition to debian's renamed `nodejs`
executable, with which the apt-get installed `npm` doesn't actually work.
## to use
$> jupyterhub