Difference between revisions of "VPSchecklist"

From YellowSprinkles Wiki
Jump to: navigation, search
(formatting)
m (LTS version of Ubuntu is 16.04.2)
Line 1: Line 1:
 
This should be followed when setting up a new VPS.<br>
 
This should be followed when setting up a new VPS.<br>
 
<br>
 
<br>
Create an Ubuntu 16.04 x64 VPS<br>
+
Create an Ubuntu 16.04.2 x64 VPS<br>
 
Follow this: https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04<br>
 
Follow this: https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04<br>
 
Backup the VPS so we can easily revert if something goes wrong.<br>
 
Backup the VPS so we can easily revert if something goes wrong.<br>

Revision as of 21:12, 17 March 2017

This should be followed when setting up a new VPS.

Create an Ubuntu 16.04.2 x64 VPS
Follow this: https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04
Backup the VPS so we can easily revert if something goes wrong.
Set up firewall. See https://www.digitalocean.com/community/tutorials/additional-recommended-steps-for-new-ubuntu-14-04-servers
Install LAMP. See https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04
IMPORTANT STUFF:

  • sudo apt-get install php-cli
  • sudo apt-get install php-curl

  • Backup the VPS so we can easily revert if something goes wrong.
    https://www.vpsserver.com/community/tutorials/46/installing-and-securing-phpmyadmin-on-ubuntu-16-04-server/
    Backup the VPS so we can easily revert if something goes wrong.