How to install ERPNEXT version 11 on Digital Ocean?

Please add step by step process.

The page show error “Sorry, you don’t have access to that topic!”

Thanks. Let me try it out!

sudo bash -c ‘for i in update {,dist-}upgrade auto{remove,clean}; do apt-get $i -y; done’
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
sudo python install.py --production --user frappe --bench-branch master --frappe-branch staging --erpnext-branch staging --mysql-root-password PASSWORD --admin-password PASSWORD

Those are the steps

How to update to version 11
Once I completed the process Version 10 got installed.
Version 10.1.67

v11 is still in pre-release state. You can use bench to switch to the staging branch, you can follow the instructions here:

Or, you can wait for final v11 to ship onto the master branch.

Do you know when is the expected date of version 11 being released? There are a lot of good features that I have seen and would love to have these tested.

You can try Version 11

Steps for installation:

sudo bash -c ‘for i in update {,dist-}upgrade auto{remove,clean}; do apt-get $i -y; done’

sudo apt-get install python-minimal -y

wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py

sudo python install.py --production --user frappe --bench-branch master --frappe-branch staging --erpnext-branch staging --mysql-root-password YOURSQLPASSWORD --admin-password YOURADMINPASSWORD

2 Likes

Thanks @Aadhil_P_M this worked very well for me

1 Like