Hi @sagar,
Do you mean “Is this the first time you are installing ERPNext, ever (as in you are total n00b at this)?”?
If so then, my answer is: “No. This is about the 50th time I’m trying to install ERPNext.”
If instead you mean “Is this the first time you are installing ERPNext on this server/computer?”, then my answer is “Yes, this was an entirely new server before I tried to install ERPNext.”
Following that, since my answer is “Yes” (or no, depending on what you meant), I have tried to install the production setup of ERPNext, following this method:
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
sudo python install.py --production
And amazingly it seems to have worked. I also converted this to a dev server with this:
bench switch-to-develop
rm config/supervisor.conf
rm config/nginx.conf
sudo service nginx stop
sudo service supervisor stop
bench setup procfile
bench start