DEV Community

Discussion on: Amezmo - The modern tool for PHP app hosting and it's amazing

Collapse
 
justaashir profile image
Aashir Khan

Hi, your question is completely fine.
The simplest answer is that What if you don't have enough time & skill to manage DevOps yourself. Amezmo is the abstraction of a complete enterprise infrastructure with features like Auto-deployment, git integration (GitHub, GitLab, BitBucket), Hooks to run the bash scripts on deployment and build. It also provides you the SSL certificate and managed database.

So as of my understanding, a person can launch a properly scalable production infrastructure in a few seconds by just connecting git.

(Answered by the Author independently)

Thanks, Hope it helped.

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

Nice, and have you the option to use Apache or nginx depending on what you want?
Also I would like to know if can you set a DB different from Mysql? (maria DB, Postgre...)

Thread Thread
 
justaashir profile image
Aashir Khan

Yes, you have the option to use Nginx (any version), PHP (any version), Apache (any version) also some other tools I don't know of.

I'm afraid that they're just providing the MySQL hosting. (Not confirm)

Thread Thread
 
joelbonetr profile image
JoelBonetR 🥇 • Edited

I took a look at the docs, it fits for automation of some little and medium sites which is good, by the way I'll keep with my workaroud, unerstanding the basics and setting up a CI script is not that difficult at the end and adding (and executing) it on gitlab or other git servers is free :)