I am successfully running erpnext through the virtual box image, but due to the change of my isp there is some conflict in the port 8080 with that of the ISP.
Due to which i want to change my port from 8080 to 9000.
What commands do i have to run.
Please do let me know the actual commands
which would be the site_name
I have tried it with localhost but the command displayed error
then i tried it with erpnext.erpnext-vm, no error showed up but it is currently working under port 8080
check this two directory if one of the directories have the site_config.json file then the directory name is your site_name. If not then create new site using
I have built two apps erpnext and abcd on the same site . I just want to send the data from abcd app to erpnext using POST methods . Both the apps are running on the same port 8000 and I want them to run on different ports . Get methods are working but post methods are not working.
I have tried running the app on port 8080 but it is being used by postgresql. I have tried changing the port using the method in the image attached.
Please help me.