Hi, Relevant part before the error after following what you said:
ansible-playbook 2.8.5
config file = None
configured module search path = [‘/root/.ansible/plugins/modules’, ‘/usr/share/ansible/plugins/modules’]
ansible python module location = /usr/local/lib/python3.5/dist-packages/ansible
executable location = /usr/local/bin/ansible-playbook
python version = 3.5.2 (default, Oct 8 2019, 13:06:37) [GCC 5.4.0 20160609]
No config file found; using defaults
I now get the new error:
ERROR! the playbook: site.yml could not be found
configured module search path = [’/root/.ansible/plugins/modules’, ‘/usr/share/ansible/plugins/modules’]
implies that the ownership is by user=root, so probably a permissions error
I would suggest restarting your installation. There are a number of resources. I have linked to one that has a lot of useful info to assist you. I have not personally used that guide, but it is a handy reference.
Hi,
I was following the official Easy Install Guide/Script at:
If you want the list of commands I followed to reach the error:
apt-get update && apt-get upgrade -y
apt-get install python-minimal build-essential python-setuptools -y
adduser frappe
usermod -aG sudo frappe
cd /home/frappe
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
sudo python install.py --production --user frappe
As for the guide you referred to, I tried following that as well, but in vain
How did you prepare your system? What are you locale settings? On which OS under which parameters are you installing? There are many parameters. Did you disable IPv6? Do you have a firewall? Did you enable sudo for frappe user?
What is the machine config ram disk space etc.? Did you apt update and apt upgrade before installing? Did you install the prerequisite packages before running easy install? I think you need some pro help out there.
As per my knowledge, ERPNext requires >=1GB of RAM
How do I check that?
Currently doing that haha. The Easy Install Script isn’t getting me anywhere so I’m headed for a full blown manual install
Due to some stupid rule that a new user can’t post more than 6 replies in a day, I can’t add an additional response. However, I’m going to put down my next response as an edit to this one for the benefit of all:
I was able to get an instance up and running manually, with a lot of research, modifications and troubleshooting.
The two resources which helped me the most are: https://discuss.frappe.io/t/how-to-install-erpnext-from-a-z/54744
and https://murgatroyd.za.net/?p=764
I did have to improvise and modify a lot of things, so I will be making a detailed guide for those who feel trapped, like I did,
I will also leave this thread open anyway, since the Easy Install Script still won’t work.
Why do I get a distinct feeling that you’re using DigitalOcean droplets? If so, we are in the same boat (pun intended). I guess since you’re a new user on the forum, you won’t get to reply on my post until tomorrow perhaps (because of that anti-spam/anti-bot stupid rule). I’m working on the same issue as I type, so I would try the 2 links you have mentioned, although I too had to improvise a lot, just like you. I will share my notes here, so that you may be able to compare them.
But one thing is for sure, the easy install scripts are buggy all of a sudden, and the manual install guides and the other articles are now outdated.
There are not tutorial on most of the VPS. You need to follow the script. VPS only provide the service, they dont know what you are installing and its not their responsibility to give instructions of specific software.
FYI on Contabo purchase the Black coloured VPS (4 shown on right side of screen). These are pure SSD server with Intel Xeon processor and option of creating snapshots. The grey coloured servers are HDD running on Intel i7. These work fine but are slower than Xeon ones.
this command didn’t want to run with out python3 & i installed it from “apt install python3-pip”
but still the command didn’t install
this the massage
“It is recommended to run this script with Python 3
Do you still wish to continue? [Y/n]:”
when i say y the install stop