meron bang way para mainstall yung erpnext sa aws? ilang beses na ko nagawa ayaw parin eh ... outdated kasi yung mga configuration sa github at youtube
ERPNext 15 offers a robust and scalable platform for businesses. To deploy it on Amazon Web Services (AWS), you have several options. Here’s a step-by-step guide to help you migrate ERPNext 15 to AWS:
Option 1: Bitnami ERPNext on AWS Marketplace
Purchase the Bitnami ERPNext image from AWS Marketplace, which provides a pre-configured and secure environment for ERPNext 15.
Launch the instance with the desired configuration (e.g., instance type, storage, and region).
Access the ERPNext application via the public DNS provided by AWS (e.g., You do not have permission to view the full content of this post.Log in or register now. DNS:9000).
Log in to the application using the default administrator credentials (user@example.com and the password generated during deployment).
Update the password and configure the application according to your needs.
Option 2: Manual Deployment using Frappe Bench
Launch an AWS EC2 instance with Ubuntu 18.04 (or a compatible distribution).
Install Frappe Bench using pip install frappe-bench.
Initialize a new site using bench new-site <site_name>.
Install ERPNext 15 using bench get-app erpnext You do not have permission to view the full content of this post.Log in or register now. and bench --site <site_name> install-app erpnext.
Start the application using bench start.
Access the ERPNext application via the public IP address of your EC2 instance (e.g., You do not have permission to view the full content of this post.Log in or register now. IP:8000).