Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Anyone knowing about nginx auto installer ?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Anyone knowing about nginx auto installer ?

tkpstkps Member
edited August 2012 in Help

Does anyone know a good Nginx auto installer that contains a built in word press template ?
One very nice tutorial used to be here - http://serversreview.net/nginx-auto-installer-php-mysql

But unfortunately its not there anymore, so can someone help me out with it or prepare such tutorial, I am sure that will help a lot of people in this community.

Comments

  • Tuxlite.com

  • tkpstkps Member

    Thanks Jack and djvdorp but this is not something I am looking for..
    I mean a auto installer for nginx with CentOS, MySQL, FTP, PHP and a wordpress inbuilt installer.....

  • If you don't know what you are doing then don't get a VPS or pay someone to manage it.

  • Centmin i think..

    @gsrdgrdghd said: If you don't know what you are doing then don't get a VPS or pay someone to manage it.

    +1

  • tkpstkps Member

    @gsrdgrdghd Actually I know what I am doing, I gave the link above where I found and used the auto installer earlier but they have moved it now so i was looking for help if someone knows this kind of tutorial.

    Anyways I have a backup plan ready, I am already having a tutorial :)
    And we learn when we do it and there is always a first time....

  • try turnkey wordpress appliance

  • tkpstkps Member

    Here is it, I found it, if someone could host it on his site on a sub-domain it would be helpful for many :)


    The Auto Installer contains:

    NginX 1.1.11 & 1.0.10
    PHP 5.3.8 with PHP-FPM (Latest 5.3.x , faster for processing php script)
    MySQL 5.5.19
    phpMyAdmin 3.4.8
    ionCube PHP Loader 4.0.11
    Alternative PHP Cache (APC) 3.1.9
    eAccelerator 0.9.6.1
    XCache 1.3.2
    Suhosin Extension 0.9.32.1
    Imagick 3.0.1 (Optional)
    FFMPEG 0.6.0 (Optional)
    PureFTPD 1.0.35 (Optional)
    Latest WordPress (Additional)

    Download and Unpack the auto installer
    wget http://download.upload.co.id/nginxauto-1.3.12.zip
    unzip nginxauto-1.3.12.zip

    chmod +x centos.sh debuntu.sh vhost.sh

    optional: create an installation log first before you start the installation process, so if there’s any error it would be easier to detect. If the installation is not complete or goes wrong, please send the log file to: log [att] serversreview.net
    script log.txt

    after the installation has finished, type
    exit

    and it will generate ‘log.txt’ file

    Install master script on a fresh OS box
    For CentOS 5 (If you’re already using the previous version, the script will ask if you want to upgrade your current NginX version.)
    ./centos.sh

    For Debian 6.0 and Ubuntu 10.10
    ./debuntu.sh

    Add / Remove Domain
    ./vhost.sh

    Main Apps Init command
    Nginx
    /etc/init.d/nginx { start | stop | restart }

    PHP-FPM
    /etc/init.d/php-fpm { start | stop | restart }

    MySQL
    /etc/init.d/mysql { start | stop | restart }

  • @tkps said: if someone could host it on his site

    You should volunteer to host it

  • budingyunbudingyun Member
    edited August 2012

    nginx + php-fpm + mysql

    centos 5:

    wget http://freevps.us/downloads/nginx-centos.sh -O - |bash

    centos 6:

    wget http://freevps.us/downloads/nginx-centos-6.sh -O - |bash
    Thanked by 2Infinity jcaleb
Sign In or Register to comment.