ERPNext setup on Antix Linux

@netchampfaris, finally ERPNext setup is done on Antix Linux and works fine.

These are the steps did during ERPNext setup.

bench --site sitename --force reinstall
bench --site sitename install-app erpnext
Post Link

Used both above commands at start due to error(setup already done while running “bench get-app erpnext GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)”).

After doing login (localhost:8000) and during initial setup got error (setup completed and also says error in setup). As a solution used command “bench --site sitename --force reinstall” and did setup again with few changes(password=6 digits, Put Contact Name in Customer, Put Contact Name in Supplier, Enter at least three Items with price and unit, unchecked samples and website). After solving above issues setup was done.

Redis Configuration Changes( do only if requires):
With the following changes CPU usage reduced from constant 100% to 10% and system started working fine.

May do the following two changes in file:/etc/redis/redis.config if not done and restart system.

ERPNext runs smooth now on such low configuration. Thanks to Frappe,foundation and contributors.

2 Likes