Published on Friday, February 15th, 2008 at 9:23 pm

Chang Directory
#cd /home

Download the Auto-installer utility that suits your operating system from http://www.swsoft.com/en/download/plesk8/ and save it on your serverโ€Ÿs hard drive.
#wget plesk_auto_installer_file_name

Set the execution permission for Auto-installer:
# chmod +x plesk_auto_installer_file_name

Run the Auto-installer:
# ./plesk_auto_installer_file_name

if Autoinstaller cannot find some packages during installation on Ubuntu and fails with the error like:

Reading package lists…
Building dependency tree…
Reading state information…

ERROR: Error while resolve packages by apt
ERROR: Installation failed

You do follow me :

#cp -p /etc/apt/sources.list /etc/apt/sources.list_backup

#vi /etc/apt/sources.list

add “universe multiverse”
## Add comments (##) in front of any line to remove it from being checked.
## Use the following sources.list at your own risk.

deb http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu edgy-proposed main restricted universe multiverse

## MAJOR BUG FIX UPDATES produced after the final release
deb http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse

## UBUNTU SECURITY UPDATES
deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse

## BACKPORTS REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)
deb http://archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse

save file & new install

# ./plesk_auto_installer_file_name

Read installation notes displayed on the screen and type ‘n’ to proceed to the next screen. Press ENTER.
Specify the source of Plesk distribution package.
You can choose to install from a local medium, the official Plesk update server, or another site.
By default, the official Plesk update server is selected. If you wish to retrieve installation files from a local medium or network storage:
a Type ’s’ and press ENTER.
b To choose a local medium, type 1. To choose a network storage device, type 3. Press ENTER.
c If you chose a local medium, specify the location of psa.inf configuration file. If you chose a network storage, specify the address. For example, http://example.com, http://192.168.10.10, ftp://192.168.10.10.
d When finished selecting the source, type ‘n’ to proceed to the next step and press ENTER.

If you use a proxy server, specify the following settings:
a Proxy host name and port number. To specify them, type ’s’, type the host name, type the port number, press ENTER to continue.
b User name and password. If this proxy server requires authentication, type ‘a’, press ENTER, type user name and press ENTER, type password and press ENTER.
c When finished with specifying proxy settings, type ‘n’ and press ENTER to continue with installation.

Select the product version that you wish to install: type the number corresponding to the product version you need and press ENTER, then type ‘n’ and press ENTER to continue.

Select the components that you wish to install or upgrade.
By default, all packages are selected, including Plesk modules. The selected packages are marked with [*] symbols. The packages that are already installed and do not require updating are marked with [=] symbols. To select or deselect a package, type the respective number and press ENTER.

To continue with installation, type ‘n’ and press ENTER. When prompted, confirm installing: type ‘n’ and press ENTER again.
The packages will be downloaded and installed. When the installation is finished, Plesk will have started automatically.
11 Now to complete the initial configuration, log in to the Plesk control panel running on your host at
https://machine.domain.name:8443/ or https://IP-address:8443/.
Use the username ‘admin’ and password ’setup’ (both are case sensitive).
For security reasons, change the password upon initial login.

reference : http://download1.swsoft.com/Plesk/Plesk8.1/Ubuntu6.10/psa_8.1.1-ubuntu6.10.build81070716.12_i386.html#s1
http://ubuntuguide.org/wiki/Ubuntu:Edgy_th/Repositories
http://kb.swsoft.com/en/1745

Related Posts

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>