PDA

View Full Version : ISPConfig Installation


kisong
13th October 2005, 17:46
Where do I get the installation files for ISPConfig?

I used "The Perfect Setup Fedora Core 4" instructions to do a clean install of Fedora Core 4, but I am now a little lost as to how and where to install ISPConfig.

till
13th October 2005, 17:51
http://www.ispconfig.org

or more precise:

http://www.ispconfig.org/downloads.htm

There you will also find the installation manual.

:)

kisong
13th October 2005, 17:59
The only problem is that there is no instruction in that installation manual on how to download/install the package.

Here are the first instructions:

*********************************
Log in to your shell as root.
Unpack the ISPConfig-archive

tar xvfz ISPConfig*.tar.gz

and change to the directory install_ispconfig:

cd install_ispconfig
**********************************

Where is the ISPConfig-archive?

http://www.ispconfig.org

or more precise:

http://www.ispconfig.org/downloads.htm

There you will also find the installation manual.

:)

till
13th October 2005, 18:17
Where is the ISPConfig-archive?

On the downloads page i posted above.

http://www.ispconfig.org/downloads.htm

If you open the site in the webbrowser, there is a line:

Download ISPConfig 2.0.9 from sourceforge.net [Download]

When you click on download, you will be redirected to the sourceforge site where you can select a download mirror near your location.

At the bottom of thsi post you will find instructions on how to download software with wget:

http://www.howtoforge.com/forums/showpost.php?p=4110&postcount=18

kisong
13th October 2005, 20:33
Thanks, Till.

Now I've run into a different issue.

I ran through the install, and at the point where I needed to type in my mySQL password, I didn't enter it correctly, so the install stopped. I ran through the instructions of removing the install_ispconfig directory, the unpackaged it again, and reran the ./start program.

However, at this point, it didn't ask me for my mySQL password, and it just said: Intall Succeeded/Completed. Subsequently, it didn't ask me for the following steps:

**************************************
Afterwards the following information has to be provided:

Please enter your MySQL server: E.G. localhost
Please enter your MySQL user: E.G. root
Please enter your MySQL password: Your MySQL password
Please enter a name for the ISPConfig database: E.g. ispconfigdb
Please enter the IP address of the ISPConfig web: E.g. 192.168.0.1
Please enter the host name: E.g. www
Please enter the domain: E.g. xyz.de
Please select the protocol (http or https (SSL encryption)) to use to access the ISPConfig system: If you want to use your control panel with SSL, select 1. You can then access it under https://www.xyz.de:81. If you want to access it under http://www.xyz.de:81, choose 2.
*********************************************

How can I enter/reenter these values?



On the downloads page i posted above.

http://www.ispconfig.org/downloads.htm

If you open the site in the webbrowser, there is a line:



When you click on download, you will be redirected to the sourceforge site where you can select a download mirror near your location.

At the bottom of thsi post you will find instructions on how to download software with wget:

http://www.howtoforge.com/forums/showpost.php?p=4110&postcount=18

falko
13th October 2005, 21:06
How can I enter/reenter these values?

Run rm -fr /root/ispconfig and rm -fr /home/admispconfig and then try to install again.

kisong
14th October 2005, 15:48
Great ... worked perfectly! Thanks.

:D Run rm -fr /root/ispconfig and rm -fr /home/admispconfig and then try to install again.