Softaculous


Topic : Webuzo Terminal full autoinstall port 2004


Posted By: fintec-mgmt on May 5, 2016, 12:08 pm
I have to do a lot of installs, for deployment testing purposes.

I want to know if I can skip the initial install screen on port 2004.
How can I enter the information and install without going through the web interface?


Speaking of this
Board Image

I want to be able to autoinstall like your install api.
http://www.webuzo.com/wiki/Auto_Install_API

Quote
<?php

@set_time_limit(100);

$new = new Soft_Install();
$new->login = 'http://user:password@domain.com:2002/index.php';
$new->data['softdomain'] = 'domain.com'; // OPTIONAL - By Default the primary domain will be used
$new->data['softdirectory'] = 'folder'; // OPTIONAL - By default it will be installed in the /public_html folder
$new->data['admin_pass'] = 'qwerty';
$new->data['admin_email'] = 'admin@domain.com';
$res = $new->install(26); // Will install WordPress

if($res == 'installed'){
    echo 'Installed';
}else{
    echo $res; // A serialized array of error will be returned
}


This doesnt work for initial setup on port 2004

Posted By: valley on May 7, 2016, 12:01 pm | Post: 1
Refer to the following documentation to achieve tis

http://www.webuzo.com/wiki/Webuzo_Launch_API

-----------------------
Webuzo : Single User Control Panel
Join Webuzo :
Facebook
Twitter


Powered By AEF 1.0.8 © 2007-2008 Electron Inc.