I successfully installed on VirtualBox:
Screenshot 2019-06-26 at 1.32.15 PMInstallation was done on Ubuntu 16.04
Here are the steps I followed after installing the OS:
- Create user:
adduser [username] - Add created user to sudoers:
usermod -aG sudo [username] - Install setup tools:
apt-get install build-essential python-setuptoolsNotice that I skipped installing python minimal - Download playbook: wget
https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py - Run production script:
python install.py --production --user [username]
NOTE: Every single command was run using root user. I did not switch user for any reason or cd to any directory. You can also notice this from my ssh terminal screenshot.
Try again following these steps and let me know if you still face issues.
