How to Install ERPNext Version 14 in Ubuntu 22.04




Open a web browser and navigate to
http://127.0.0.1:8000 to access your ERPNext instance

If you encounter the error message "Address already in use" when trying to start a service, it means that the port or address is already in use by another process. To resolve this issue, you can follow these steps: 

# Stop all processes managed by Supervisor:

sudo supervisorctl stop all 

 # Stop the Nginx web server:

sudo service nginx stop

# After stopping Supervisor-managed processes and Nginx, you can attempt to start the service or process again. In this case, you can use the 'bench start' command to start the desired service or application.

bench start


Restarting the ERPNext Development Server


Comments

Popular Posts