0

I recently have bought a centos 7 VPS server and i want to upload my php website to it. It's completely different than a hosting. How should I do it? It would be appreciated if you explain for me these things how to connect a domain to my to my VPS how to install a webserver on my VPS where do I upload my files I also need to upload my SSL certificate where do I upload it

And by the way I don't want to use a control panel like cpanel or other control panels.

mugx
  • 9,869
  • 3
  • 43
  • 55

1 Answers1

0

Step 1: At first connect your nameserver to your domain.

Step 2: Priliminary setup on your linux vps [Link: https://www.digitalocean.com/community/tutorials/initial-server-setup-with-centos-7

Step 3: Install your webserver,specific database,SSL etc. Checklist Link

Step 4: Then you can upload code on any FTP client or via github(Push Code on your repository and then pull form your VPS).

Zahidur Rahman
  • 1,688
  • 2
  • 20
  • 30