Current time: 06-27-2024, 07:44 PM Hello There, Guest! (LoginRegister)


Post Reply 
--== Software Installer -> NEW VERSION RC4 Realese==-- NICHT FÜR 1.0.7 RC
Author Message
schnere Offline
Junior Member
*

Posts: 40
Joined: Apr 2007
Reputation: 0
Post: #643
RE: ispCP Software Installer -> NEW VERSION RC2 Realese
Hallo,

hab ein aktuelles Drupal-Paket für 6.1.7 erstellt (http://schnere.bveml.net/drupalde_6_1_7.tar.gz)

Die Installation hat funktioniert. Jedoch musste ich anschließend die .htaccess-Datei von Hand kopieren, da hidden-Files anscheinend nicht mit kopiert werden.

Dazu folgender Patch:

Quote:--- ispcp-sw-mngr.original 2010-07-18 14:24:12.000000000 +0200
+++ ispcp-sw-mngr 2010-07-18 14:24:32.000000000 +0200
@@ -154,7 +154,7 @@
$rs = sys_command_rs("$main::cfg{'CMD_CP'} $sw_src_path-$sw_software_id.tar.gz $sw_tmp_path/");
$rs = sys_command_rs("$main::cfg{'CMD_TAR'} -xzf $sw_tmp_path/$sw_software_archive-$sw_software_id.tar.gz");
}
- $rs = sys_command_rs("$main::cfg{'CMD_CP'} -r $sw_tmp_path/web/* $sw_dest_path/");
+ $rs = sys_command_rs("$main::cfg{'CMD_CP'} -rT $sw_tmp_path/web/* $sw_dest_path/");
$rs = sys_command_rs("$main::cfg{'CMD_CHOWN'} -R $uid:$gid $sw_dest_path/*");
$rs = sys_command_rs("$main::cfg{'CMD_SHELL'} $sw_tmp_path/$sw_software_installfile \"install,$sw_software_db,$sw_software_prefix,$sw_database,$sw_database_user,$sw_d​atabase_pass_clear,
$sw_database_pass_md5,$sw_install_username,$sw_install_pass_clear,$sw_install_pa​ss_md5,$sw_install_email,
$domain_name,$sw_dest_path,$sw_pfad\"");
$rs = sys_command_rs("$main::cfg{'CMD_RM'} -rf $sw_tmp_path");
@@ -352,4 +352,4 @@
dump_el(\@main::el, $main::ispcp_sw_mngr_el);
exit 1;
}
-exit 0;
\ No newline at end of file
+exit 0;

Es wurde nur "cp -r" mit "cp -rT" ersetzt um auch die versteckten Dateien mit zu kopieren.

MfG schnere
(This post was last modified: 12-24-2010 07:00 PM by ZooL.)
07-18-2010 10:28 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: ispCP Software Installer *BETA* - ZooL - 11-25-2009, 04:53 AM
RE: ispCP Software Installer *BETA* - ZooL - 11-25-2009, 01:40 PM
RE: ispCP Software Installer *BETA* - Juz - 11-26-2009, 02:13 AM
RE: ispCP Software Installer -> NEW VERSION RC1 - Nuxwin - 12-19-2009, 02:53 AM
RE: ispCP Software Installer -> NEW VERSION RC2 Realese - schnere - 07-18-2010 10:28 PM

Forum Jump:


User(s) browsing this thread: 22 Guest(s)