I tried it on Oracle Cloud for hobby purposes. Oracle is currently giving 2 Always free VMs (1vCPU | 1 GB each and total 200 GB storage). I opened port 80 and made it persistent using (also have to open it in the firewall based on the installation):
sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 80 -j ACCEPT sudo netfilter-persistent save
In case someone is interested in Oracle cloud, have a look at this article on launching a Wordpress instance on free tier link. I can confirm that I was able to install ERPNext v13 on it. The performance was good as well and way better that GCP.
I was able to install on 1vCPU and 1GB Ram, (added 1GB swap) using docker.
It is the capacity of free tier given by most cloud providers. It works good enough for 1-2 user system to begin using ERPNext.
I’ve installed it for more than 35 sites for others.
Vm with 1vcpu and 1+1 gb ram+swap can run docker based ERPNext setup.
The only drawback is, if you ask question on forum it is assumed you’re not using docker. I’ll be only one of the few to reply docker related questions.
I use OCI Always Free for non ERPNext purposes. I notice there are some SQL , and nosql database options, including Always Free Autonomous Transaction Processing databases. Has anyone attempted to use any of those with Frappe?
I was thinking the same but I am a Linux noob. If someone can try out the free SQL resources with ERPNext then OCI can be a frugal solution for hosting ERPNext
Oracle also gives 4 vCPU & 24 GB RAM arm64 instances under its Always free program. It can be useful if someone can try it out and post a tutorial here.
The site installed is site1.local. If I want another site name, would it be the best to change
it after the install ?I found a few posts about changing site-names . They were for rather
older versions of ERPNext, but should still work ??
Hello, I want install ERPNext to test School system with free tier OCI Ampere 4/24. I tried many times without success.
Do you give me the procedures o script install please.
Thanks
Rene Zamora
EDIT: Works fine with script in first post + testresources + opened port 80, but this is my view
With respect ot OCI, I was wondering if anyone had tried the Kubernetes cluster in Developer Services with a VM.Standard.A1.Flex Shape? I hope @revant_one won’t mind a ping?
I want try to install ERPNext via docker but without success, it is not many tutorials for this install type. Do you could give me a guide to do install via docker for OCI and tell me please if works at OCI ampere or only Amd.
Thanks
Rene Zamora