Quote:
|
Originally Posted by AcidKat
When you sat "copy file from the tarball", where is the tarball located?
|
Hi AcidKat,
you have to download so called Tarbal from
http://www.ispconfig.org/downloads.htm.
Tarbal is actualy compressed file containing whole software. You can uncompres it (depending on your operational system) in different ways.
Windows:
If you'll download it onto Windows I will suggest to use 7zip, free compressing software available on
http://www.7-zip.org/. Make sure that you will uncompress tarbal twice (first ISPConfig-2.2.21.tar.gz file and afterwards uncompress newly created ISPConfig-2.2.21.tar file) as it is compressed twice.
Linux:
Alternatively you can download newest tarbal to Linux by using following command:
Code:
wget http://prdownloads.sourceforge.net/ispconfig/ISPConfig-2.2.21.tar.gz?download
Make sure that you'll download right version of ISPconfig as it must be the same as you have installed on your server. If you did not upgraded to newest version go to ispconfig.org/download and find file matching your installation.
Afterwards you can unpack it by using command:
Code:
tar xvfz ISPConfig-2.2.21.tar.gz
.Next continue with steps described above. When you finnish you can safely remove both, tarbal and unpacked files from your computer using commands
Code:
rm ISPConfig-2.2.21.tar.gz
rm -r install_ispconfig
Make sure that you will NOT download tarball to location where is your current installation as you can break it. All above written commands have to be issued from the same directory. You can use e.g.
to go to opt directory and execute all commands from here.
I hope this help you.
Lubos
Recent comments
8 hours 24 min ago
13 hours 22 min ago
14 hours 49 min ago
15 hours 42 min ago
17 hours 25 min ago
21 hours 48 min ago
22 hours 40 min ago
1 day 54 min ago
1 day 14 hours ago
1 day 15 hours ago