Ubuntu 14.04 Error... Need help

I’m running an Ubuntu 14.04 X64 VPS at Digital Ocean using 2Gbs of Ram and I keep getting this error. Wiped VPS several times…

erp@myserver:~$ wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh
--2015-08-15 15:55:57--  https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 199.27.79.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|199.27.79.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12875 (13K) [text/plain]
Saving to: ‘setup_frappe.sh’

100%[======================================>] 12,875      --.-K/s   in 0s

2015-08-15 15:55:58 (156 MB/s) - ‘setup_frappe.sh’ saved [12875/12875]

erp@olv-corporate:~$ sudo bash setup_frappe.sh --setup-production
[sudo] password for erp:
Installing for Ubuntu trusty amd64
In case you encounter an error, you can post on https://discuss.frappe.io

Adding ubuntu mariadb repo
Installing packages for Ubuntu. This might take time...
Installing wkhtmltopdf
 * Stopping MariaDB database server mysqld                               [ OK ]
 * Starting MariaDB database server mysqld                               [ OK ]
 * Checking for corrupt, not cleanly closed and upgrade needing tables.
Adding frappe user
Installing frappe-bench
Already using interpreter /usr/bin/python
/home/erp/frappe-bench/env/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/home/erp/frappe-bench/env/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/home/erp/frappe-bench/env/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
Cloning into 'frappe'...
/home/erp/frappe-bench/env/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
no crontab for erp
Cloning into 'erpnext'...
/home/erp/frappe-bench/env/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/bin/sh: 1: npm: not found
installing frappe
installing erpnext
Traceback (most recent call last):
  File "/usr/local/bin/bench", line 9, in <module>
    load_entry_point('bench==0.92', 'console_scripts', 'bench')()
  File "/home/erp/bench-repo/bench/cli.py", line 60, in cli
    bench()
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 664, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 644, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 991, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 837, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 464, in invoke
    return callback(*args, **kwargs)
  File "/home/erp/bench-repo/bench/cli.py", line 165, in init
    no_auto_update=no_auto_update, frappe_path=frappe_path, frappe_branch=frappe_branch)
  File "/home/erp/bench-repo/bench/utils.py", line 80, in init
    setup_socketio(bench=path)
  File "/home/erp/bench-repo/bench/utils.py", line 111, in setup_socketio
    exec_cmd("npm install nodemon socket.io redis express superagent cookie", cwd=bench)
  File "/home/erp/bench-repo/bench/utils.py", line 103, in exec_cmd
    raise CommandFailedError(cmd)
bench.utils.CommandFailedError: npm install nodemon socket.io redis express superagent cookie
erp@myserver:~$

Any ideas would be helpful…
Thanks!

I think I had the same problem. I had to install npm for the script to run.

You may be able to install it and run the script again, or you might have to start with a fresh install.

Thanks Hooksie11!
That worked!
For other’s with this problem on Digital Ocean:

Only works with fresh install of OS.

First run:

sudo apt-get update

We need to get the latest Ubuntu Upgrade for 14.04:

sudo apt-get upgrade

Now we need to install npm for python:

sudo apt-get install npm

And last follow the regular install for ERPNext…

:wink:

Thanks we will fix this in a bit.

you need to swap

If your server has less than 2Gbs of RAM you will need a swap file…