OK Thank you. It works. I just wanted to be sure because of the nuxwin directory.
Posts by xatrix
-
-
Sorry but which command is it?
perl imscp-autoinstall ??
in which directory, I have /usr/local/src/nuxwin/imscp-1.2.x ?
-
Hi
I have to change the panel port from 8080.
Wiki:
Code- i-MSCP 1.2.0 introduces support for the Nginx Web server which is currently used only by the i-MSCP frontEnd. From now,
- the i-MSCP frontEnd is run through a dedicated httpd instance, and is reachable through the following http(s) ports:
- 8080 ( http )
- 4443 ( https )
- You can set different ports by editing the /etc/imscp/imscp.conf file, and by re-running the i-MSCP installer.
So I changed the port in the imsco.conf file and now I have to re-running the installer?
@Nuxwin installed me the i-MSCP Git 1.2.x Version. So how can I start the installer and with wich command?
-
Problem is resolved. Thank you Nuxwin. It was a php.ini Problem. Server updatet to wheezy
-
can I follow your steps then?
Or can we chat somewhere?
-
-
OK Thank you.
This is shit. My Server is down because the update dont works...
Please help
-
Im trying with 1.2.0 now
Code- [ERROR]
- iMSCP::Composer::_installPackages: Unable to fetch i-MSCP composer packages from GitHub
- iMSCP::EventManager::trigger: A listener registered on the 'afterSetupPreInstallPackages' event and triggered in main::setupPreInstallPackages has failed.
- Listener code was:
- sub {
- package iMSCP::Composer;
- use warnings;
- use strict 'refs';
- 'iMSCP::Dialog'->getInstance->endGauge;
- my $rs = 'iMSCP::Dir'->new('dirname', $$self{'wrkDir'})->make;
- return $rs if $rs;
- $rs = $self->_clearLocalRepository if 'iMSCP::Getopt'->cleanPackagesCache;
- return $rs if $rs;
- if (not 'iMSCP::Getopt'->skipPackagesUpdate or not -x "$$self{'wrkDir'}/composer.phar") {
- $rs = $self->_getComposer;
- return $rs if $rs;
- }
- if (not 'iMSCP::Getopt'->skipPackagesUpdate or $self->_checkRequirements) {
- $rs = $self->_installPackages;
- }
- $rs;
- }
- autoinstaller::Functions::install: An error occured while performing installation steps
- [FATAL]
- Exit code: 255
-
-
OK I found the right ini. its in /etc/php5/cli/php.ini
Now its still the Problem with:
iMSCP::Composer::_installPackages: Unable to fetch i-MSCP composer packages from GitHub
The internetconnection is fine.