@PaulTheTrouble I assume, you have created a ubuntu VM on Azure. However, creating and configuring a VM on Azure is bit tricky, let me outline few:
Step 1: Let’s say, you are creating a standard ubuntu VM (Not classic) and following deployment model as “Resource Manager”. Default option should work well.
Step 2: Configuring a “Network Security Group” while creating a VM is another steps where need to configure the “Inbound” & “Outbound” security rules manually. You may refer inbound security rules here. Ignore 8069 port, its optional.
Step 3: Complete the final steps. And SSH the machine through SSH Key or Password as you selected in Authentication Type(Step 1). It should goes like this - ssh username@ip address from MAC Terminal.
Step 4: Once you are in, follow the installation steps outlined on ERPNext github page.
Hi @sunilsrikumar having a bit of a problem with step 3…
Step 3: Complete the final steps. And SSH the machine through SSH Key or Password as you selected in Authentication Type(Step 1). It should goes like this - ssh username@ip address from MAC Terminal.
for some strange reason in MAC terminal I am getting Permission denied, please try again…
When I now connect to http://publicipaddress:80 I am now receiving the welcome to Nginix page not the Next ERP Page, I think there was a similar issue raised recently and @vjFaLk may have resolved?
@PaulTheTrouble If you are using Azure, then no need to restart/reload nginx. ERPNext easy install(One of the best installer ever I have come across) does everything automatically. For more info, you may refer ERPNext documentation.