Could not startup: Error in setup

During fresh install using command sudo python install.py --production problems met:

Chart of accounts is empty - no options provided.

Failed to setup.

Untitled5

OS: Debian GNU/Linux 8.10 (jessie)

Solved, by trying third time.

Routine:

  1. rm -r -f /home/frappe/.* /home/frappe/* .* /tmp/.* /tmp/*
  2. Drop frappe database
  3. reboot
  4. userdel frappe
  5. rm -r -f /home/frappe/.* /home/frappe/* .* /tmp/.* /tmp/*
  6. reboot
  7. install using sudo python install.py --production
1 Like