Latest working shortcut to install erpnext - fully tested on 18.08 bionic beaver

here’s what i’ve tried so far…

running root at this stage:
apt-get update && apt-get upgrade
sudo reboot

apt-get install python3-setuptools python3-minimal redis-server build-

sudo adduser frappe
usermod -aG sudo frappe (permission)
su frappe (user login)

logged in as frappe
frappe@erp:/root$
sudo wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py

export LC_ALL=C.UTF-8

sudo -H python3 install.py --production --site localhost --user erpnext --mysql-root-password your_password --admin-password your_password --bench-name your_bench_name

This is the most beautiful thing you’ll see, once completed:
image

su -frappe
Password:

cd bench_name, mine is frappe_bench
bench update

Below are the first few lines I saw after issuing update command,
image

some more updates…

end of update…

NOTE NOTE NOTE:
below error will generate if no sudo on install.py line
python3: can’t open file install.py [errno 2] No such file or directory

1 Like

addendum:

happiness when you see below on your browser…

1 Like

Btw, this setup is on hyper v on Windows server 2019.

(edit)
apt-get install python3-setuptools python3-minimal redis-server build-essential

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.