I need to install the Frappe 14 on Ubuntu 22.04 . I did not require ERP Next. Please provide the installation steps I need to follow.
Advance thanks.
I need to install the Frappe 14 on Ubuntu 22.04 . I did not require ERP Next. Please provide the installation steps I need to follow.
Advance thanks.
You can follow the instructions on GitHub. If you do not wish to install ERPNext app, then do not execute that particular step.
Hi @Pawan
Thank you for your response.
I have followed the above link. I have facing the following error.
It’s much easier to help when you provide the exact steps you took / a reliable way to get the same error. Many times you’ll find the solution while documenting the problem.
Here I have listed the steps that have used to install the Frappe.
1 sudo apt-get upgrade -y
2 sudo adduser
3 sudo adduser frappe
4 usermod -aG sudo frappe
5 sudo usermod -aG sudo frappe
6 su frappe
7 nvm install 16.15.0
8 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
9 source ~/.profile
10 nvm install 16.15.0
11 sudo apt-get install npm
12 sudo npm install -g yarn
13 sudo pip3 install frappe-bench
14 bench init --frappe-branch version-14 frappe-bench
15 cd frappe-bench
16 chmod -R o+rx /home/fr
17 chmod -R o+rx /home/frappe/
18 sudo chmod -R o+rx /home/frappe/
19 bench new-site site1.local
20 bench start
21 cd frappe-bench/
22 bench start
23 sudo reboot
24 cd frappe-bench/
25 bench start
26 bench get-app --branch version-14 erpnext
27 bench --site site1.local install-app erpnext
28 bench start
29 bench get-app frappe
30 bench use site1.local
31 bench start
32 cd frappe-bench/f
33 cd frappe-bench/
34 bench start
Here I have listed the steps that have used to install the Frappe.
1 sudo apt-get upgrade -y
2 sudo adduser
3 sudo adduser frappe
4 usermod -aG sudo frappe
5 sudo usermod -aG sudo frappe
6 su frappe
7 nvm install 16.15.0
8 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
9 source ~/.profile
10 nvm install 16.15.0
11 sudo apt-get install npm
12 sudo npm install -g yarn
13 sudo pip3 install frappe-bench
14 bench init --frappe-branch version-14 frappe-bench
15 cd frappe-bench
16 chmod -R o+rx /home/fr
17 chmod -R o+rx /home/frappe/
18 sudo chmod -R o+rx /home/frappe/
19 bench new-site site1.local
20 bench start
21 cd frappe-bench/
22 bench start
23 sudo reboot
24 cd frappe-bench/
25 bench start
26 bench get-app --branch version-14 erpnext
27 bench --site site1.local install-app erpnext
28 bench start
29 bench get-app frappe
30 bench use site1.local
31 bench start
32 cd frappe-bench/f
33 cd frappe-bench/
34 bench start
Hey @Racky,
This worked for me: Deploying a Frappe (ERPNext) instance on a DigitalOcean droplet | Nayan (nayanpatel.net)
Above link is works to me! Thanks.
This was due to a bug on develop
that existed for a couple of days - Updating/Pulling the latest Frappe code would’ve cleared the error.