Comments on How to Install ERPNext on Ubuntu 22.04
ERPNext is a free and open-source ERP software used by manufacturers, distributors, and services. It is built with Python, JavaScript, and Frappe Framework. In this tutorial, we will show you how to install ERPNext on Ubuntu 22.04 server.
3 Comment(s)
Comments
Thanks for sharing, it is really good explained. I have the following question, how are we suppose to update the system now? What would be the steps?
edit /etc/redis/redis.conf
port 11000
great howto easy to follow
Hello,
when I execute this command bench init erpnext I get this error message:
erpnext@server1:/opt/bench$ bench init erpnext
Setting Up Environment
$ python3 -m venv env
~~~~~
File ‘/opt/bench/bench-repo/bench/utils/__init__.py’, line 181, in exec_cmd
raise CommandFailedError(cmd) from subprocess.CalledProcessError(return_code, cmd)
bench.exceptions.CommandFailedError: yarn install --check-files
ERROR: There was a problem while creating erpnext
Do you want to rollback these changes? [y/N]:
I also tested this with debian 12. I couldn't find a solution on the internet or on Frappe. The tip yarn install doesn't change anything.
Does anyone have a solution?