So I am installing ERPNext on Amazon EC2 Ubuntu 12.04 instance. The first time I tried I installed using easy way as per GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps , but I left the production portion in. This worked great no issues really.
I now want to extend this and install a development environment on a new EC2 instance with a new Bench ect. So again I follow the easy way on github but leave the production portion off so development of a frappe App can be done. Again no issues given during installation but now when I try access ERPNext it gives me the Nginx welcome page. So I did the setup for Nginx as per GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps . I then restarted Nginx and it still gives me this welcome page. My questions then:
- How do I check my bench is running correctly?
- How do I configure Nginx correctly?
Thanks