The current system hosts two domains, one that has web and email and the second is an information only website. The site uses CentOS ver 6.x with Apache. It runs majordomo for a list server. There is no other special software that I am aware of.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi @daBUZ,
From your explanation about the server you currently use, you’ll need mainly a LAMP stack server and an Email service - Postfix or Exim.
Web Server
Let’s start with the LAMP stack, this will include - Apache, MySQL, PHP. I can see you’ve marked CentOS as an OS so I’ll recommend you to check this article how to configure LAMP on a DigitalOcean droplet using CentOS 7 - HERE
Postfix
I’ll recommend using Postfix for your setup, it’s pretty straight forward to configure and to use.
Good thing is that there is a good article in the DigitalOcean knowledge base again - HERE
The above two should be enough for you to get started and move your websites over.
As for the actual migration of the websites, I’ll recommend you to first configure your Web Server and Email service and then perform the migration.
Regards, KDSys