Bench Installer now supports Debian 7 and 8!

Installation method is the same:

wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
sudo python install.py --production

Let us know if you face any issues. Tested on Digital Ocean.

9 Likes

Hi, on a clean debian 8 I get:

sudo: python: command not found

Solved it with:

sudo apt-get install python-minimal