Results 1 to 3 of 3
  1. #1

    Simple Server Setup 0.2 - Debain 6 & 7 - Nginx, PHP, Percona & PhpMyAdmin

    Hi, I have made a script to install Nginx, Percona, PHP(php-fpm) & PhpMyAdmin. I mainly use it when I start a new VPS to install all the essentials I always use. Let me know how it goes if you decide to use it :-) I will be developing it further in the coming months.

    Requirements:

    • Debain 6 32bit or 64bit, Debain 7 32bit
    • At least 256MB RAM is recommended as a minimum, though you might get away with less.
    • Root access


    *Please note Apache will be removed to allow Nginx to bind to port 80.*
    *This software is in beta and is without warranty. I am not responsible for any damaged caused. Use at your own risk *


    1. Connect to your VPS or dedicated server using SSH.
    2. Run the following commands in order:
    3. cd /tmp; wget http://thomascoward.me/latest.sh;
    4. chmod u+x simpleserversetup-0-2.sh;
    5. ./simpleserversetup-0-2.sh;
    6. You will be prompted to answer y or n. If you agree press y and the script will run.
    7. You may be prompted for information during the execution of the script such as what you would like your root MySQL password to be. Make sure to keep this safe.
    Last edited by thomas01155; 08-11-2013 at 03:22 PM.

  2. #2
    Sorry it should be:
    chmod u+x latest.sh;
    ./latest.sh;

  3. #3
    Nice script, still playing around with it.

    May I suggest to create a repo for it in github?

Similar Threads

  1. Install Nginx 0.8.53 +phpmyadmin+mysql+php-fpm+ftp script!
    By Ruchirablog in forum Hosting Security and Technology Tutorials
    Replies: 32
    Last Post: 08-18-2013, 07:26 AM
  2. Replies: 1
    Last Post: 11-26-2012, 02:55 PM
  3. Replies: 1
    Last Post: 05-24-2012, 11:37 AM
  4. Mod Security 2 & phpMyAdmin's tbl_alter.php
    By LawsHosting in forum Hosting Security and Technology
    Replies: 2
    Last Post: 04-09-2011, 08:35 PM
  5. PHP error w/nginx&fedora setup
    By flyah in forum VPS Hosting
    Replies: 5
    Last Post: 07-22-2010, 11:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •