Welcome Guest. Please Login or Register  


You are here: Index > Webuzo > General Support > Topic : Webuzo Terminal full autoinstall port 2004



Threaded Mode | Print  

 Webuzo Terminal full autoinstall port 2004, How to automatically install webuzo? (1 Replies, Read 9795 times)
fintec-mgmt
Group: Member
Post Group: Newbie
Posts: 9
Status:
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
IP: --   

Webuzo Terminal full autoinstall port 2004
valley
Group: Webuzo Team
Post Group: Super Member
Posts: 1644
Status:
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

IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 28, 2024, 11:08 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.032