T
T
T_y_l_e_r2016-11-21 05:58:22
linux
T_y_l_e_r, 2016-11-21 05:58:22

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

5 answer(s)
Z
zooks, 2016-11-21
@zooks

VestaCP

E
Eugene, 2016-11-21
@zolt85

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

M
Max, 2016-11-21
@MaxDukov

DO has preconfigured droplets. for example - with the same WordPress.

E
Elena Stepanova, 2016-11-21
@Insolita

ansible :-) a day or two to figure it out, collect a set of roles and "fse fse panels"

A
Alexey Cheremisin, 2016-11-21
@leahch

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

You can read about the settings here - https://www.digitalocean.com/community/tutorials/h...
I assure you, it will not be better for security with any panel.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question