Difference between revisions of "VPSchecklist"

From YellowSprinkles Wiki
Jump to: navigation, search
(LAMP important stuff)
m (formatting)
Line 5: Line 5:
 
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>
 
Set up firewall.  See https://www.digitalocean.com/community/tutorials/additional-recommended-steps-for-new-ubuntu-14-04-servers<br>
 
Set up firewall.  See https://www.digitalocean.com/community/tutorials/additional-recommended-steps-for-new-ubuntu-14-04-servers<br>
<b><u>Install LAMP</u><b>.  See https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04<br>
+
<b><u>Install LAMP</u></b>.  See https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04<br>
 
IMPORTANT STUFF:<br>
 
IMPORTANT STUFF:<br>
 
<li>sudo apt-get install php-cli</li><br>
 
<li>sudo apt-get install php-cli</li><br>

Revision as of 14:49, 17 March 2017

This should be followed when setting up a new VPS.

Create an Ubuntu 16.04 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.