Hello, i want to install ERPNext in CentOS 8.
https://wiki.centos.org/Download
Useful link, CentOS 8 for install dependencies:
Old tutorial for CentOS 7:
Where can i find a working tutorial?
Thanks
jannis
Hello, i want to install ERPNext in CentOS 8.
https://wiki.centos.org/Download
Useful link, CentOS 8 for install dependencies:
Old tutorial for CentOS 7:
Where can i find a working tutorial?
Thanks
jannis
Works perfectly! Thanks!
instead of
[root@server ~]# su erp
[erp@server root]$ cd
[erp@server ~]$ pip3 install --user frappe-bench
[erp@server ~]$ bench init frappe-bench --frappe-branch version-12
try
[root@server ~]# su - erp
[erp@server ~]$ cd
[erp@server ~]$ pip3 install --user frappe-bench
[erp@server ~]$ bench init frappe-bench --frappe-branch version-12
As CentOS 8 is deprecated, maybe it’s better to use the replacement distro, such as AlmaLinux or Rocky Linux.
I use AlmaLinux 8.7 and it works well.