ERPNext Installation on Fresh Virtual Machine Issue

Hi! I’m trying to install EPRnext on an Ubuntu 14.04 Virtual Machine and followed the easy installation guide. Unfortunately, i get errors and i think they are permission errors. The script created a frappe user but i cannot access it needs a password which i do not know. Any help to troubleshooting my installation?

Scripts that i used from fresh server installation

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

I think the script did not finish because of permission errors.

My last error after running the script.

TASK [Setup production] ********************************************************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: [“bench”, “setup”, “production”, “frappe”], “delta”: “0:00:00.504044”, “end”: “2016-12-01 23:19:33.233416”, “failed”: true, “rc”: 1, “start”: “2016-12-01 23:19:32.729372”, “stderr”: “Aborted!”, “stdout”: "supervisor.conf already exists and this will overwrite it. Do you want to continue? [y/N]: ", “stdout_lines”: ["supervisor.conf already exists and this will overwrite it. Do you want to continue? [y/N]: "], “warnings”: }

What does this mean?

@airzoink try updating the Ansible playbooks by adding a --force for the step where it rebuilds supervisor config.

Or delete the existing config files and try again.