How to install erpnext beta version 16 and also install marley healthcare package

Hi Guys..

Now i am stuck in erpnext beta version 16 . This version how to install using ubuntu 22.04. I am already install to access erpnext version 15 but beta version it not support. any people know solution guide me . Another problem is how to install marley healthcare package. Please let you know any of one give solution for me

If you want to use quick-install automated scripts to self host: -

  1. VM/BM - GitHub - flexcomng/erpnext_quick_install: Unattended install script for ERPNext Versions, 13, 14 and 15

Note: - Frappe does not recommend VM/BM for production - Setup Production

Main Pros: - Full Control/Customization vs Cons: - Heavy resource utilization

  1. Docker - Creating new custom app in the dockerized instance is not possible · Issue #1640 · frappe/frappe_docker · GitHub

Note: - Docker bench get-app/build will not work (immutable image and non-persistent volume) - you will need to destroy the container and rebuild the image. If you want to use bench commands to customize frontend/backend you can use GitHub - rtCamp/Frappe-Manager: A CLI tool based on Docker Compose to easily manage Frappe based projects.

Main Pros: - Fast & guaranteed setup (works on my machine) vs Cons: - Docker learning curve

  1. Cloud: - Hassle-free hosting for Frappe Apps

Note: - Upto a certain subscription level you will only get a shared bench so some commands will be restricted

Main Pros: - Server/ip maintenance, support through ticketing system and automatic backups vs Cons: - Paid ($5/month after 14-day trial)

1 Like

Thank you