ERPNext v12.x.x with CentOS 8 - End-Of-Life 2029

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

Here: erpnext-vat-mtd/erpnext_centos8.md at master · software-to-hardware/erpnext-vat-mtd · GitHub

1 Like

Works perfectly! Thanks!

Hi Banky, Am getting the attached error while i trie to bench intialize.

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

1 Like

@iteerstech @tonyotonio @mikemayaka @mikemayaka

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.