Answer the question
In order to leave comments, you need to log in
How to quickly deploy php, mysql, apache? Worthy free replacement for ISPmanager?
How to quickly deploy a server?
I plan to take a server for a site on digitalocean, but it is completely empty.
How to quickly deploy a php server on it and launch a site without worrying that it will be hacked. (without vulnerabilities in the control panel)
I.e. I used to use hosting where everything was already automatically deployed, now you need to deploy everything, register dns and connect several domains.
Answer the question
In order to leave comments, you need to log in
For a quick installation of everything listed in Ubuntu, for example, I use this hack
, it drags along all the dependencies for the LAMP stack
ansible :-) a day or two to figure it out, collect a set of roles and "fse fse panels"
To be honest, I don’t understand at all why all these whistles with web interfaces in the form of a “control panel”!
Everything is put and rises from the console in 5-10 minutes!
Moreover, DO has a bunch of help guides for installing anything.
I used to also try to find the "perfect control panel", but after several attempts, I gave up this unnecessary exercise.
Install ubuntu/debian, then
sudo -s
apt-get update
apt-get install nginx php-fpm mysql
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question