Welcome to Centmin Mod Community
Become a Member

Pass predefined value to CentminMod after install

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Hamza, May 12, 2015.

  1. Hamza

    Hamza New Member

    4
    0
    1
    May 8, 2015
    Casablanca, Morocco
    Ratings:
    +0
    Local Time:
    9:56 PM
    1.7.5
    Hello All,

    I'm playing with CentminMod 08 Beta, and I have an open source idea in mind which requires the creation of many vhosts in different DO instances and install WP in each vhost.

    Is there any possibility to pass predefined value to CentminMod? in order to automate the install process. The user will use a friendly GUI web based panel to fill a form, then CentminMod will take care of the rest, and I'll check every result out.


    For example to install CentminMod :
    Code:
    ./centmin.sh install apc_enabled=1 memcached_enabled=0 mariadb_v="5.x" db_password="PWDSTR"
    After Install Add a first virtual nginx host :
    Code:
    ./centmin.sh add_vhost domain_name=xyz.com override_path="/usr/share/nginx/domain_username_01" ftp_user="user01" ftp_password="PWDSTR"
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,647
    12,230
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,799
    Local Time:
    7:56 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. Hamza

    Hamza New Member

    4
    0
    1
    May 8, 2015
    Casablanca, Morocco
    Ratings:
    +0
    Local Time:
    9:56 PM
    1.7.5
    Thanks Eva for your help, I'll fork the beta and try to work on and do some tests, I'll let you know with all details