Imscp installieren
cd /usr/local/src
wget http://sourceforge.net/projects/i-mscp/files/i-MSCP%201.1.0-rc1.4/i...
aptitude install bzip2
tar xjvf i-mscp-1.0.3.0.tar.bz2
cd imscp
perl ./imscp-autoinstall
mysql_secure_installation
Fix for "Unable to read xml file for web softwares"
Open the file
Code:
/var/www/imscp/gui/public/admin/software_manage.php
cd /usr/local/src
wget http://sourceforge.net/projects/i-mscp/files/i-MSCP%201.1.0-rc1.4/i...
aptitude install bzip2
tar xjvf i-mscp-1.0.3.0.tar.bz2
cd imscp
perl ./imscp-autoinstall
mysql_secure_installation
Fix for "Unable to read xml file for web softwares"
Open the file
Code:
/var/www/imscp/gui/public/admin/software_manage.php
Search in line 67
Code:
if (!strpos($xml_file, 'i-MSCP websoftware depot list')) {
Code:
if (!strpos($xml_file, 'i-MSCP websoftware depot list')) {
and replace it with
Code:
if (!strpos($xml_file, 'i-MSCP web software repositories list')) {
Code:
if (!strpos($xml_file, 'i-MSCP web software repositories list')) {
Then open the file
Code:
/var/www/imscp/gui/public/reseller/software_upload.php
Search in line 68
Code:
if (!strpos($xml_file, 'i-MSCP websoftware depot list')) {
Code:
if (!strpos($xml_file, 'i-MSCP websoftware depot list')) {
and replace it with
Code:
if (!strpos($xml_file, 'i-MSCP web software repositories list')) {
Code:
if (!strpos($xml_file, 'i-MSCP web software repositories list')) {