instalasi ispcp pada debian
alternatif pengganti cPanel sebagai control panel untuk domain anda ![]()
Jalanin command berikut :
#apt-get install aptitude
apt-get sama dengan aptitude
BAB 1 : Installation
1. Update your packages list:
# aptitude update
2. Install needed repository key:
# aptitude install debian-backports-keyring
3. Install the new Apache fcgid module version:
# aptitude -t etch-backports install libapache2-mod-fcgid
1.1 – Download & Extract
# aptitude update && aptitude safe-upgrade
# aptitude install tar bzip2 wget lsb-release
# mkdir -p /usr/local/src/ispcp
# cd /usr/local/src/ispcp
Download file ispCP dari SourceForge.net dengan wget, cari mirror nya yang satu kota sama server nya,
Pilih file .zip aja yang agak gampang ![]()
sebelum unzip File, jalanin command berikut
#aptitude install zip
#aptitude install unzip
bis itu baru unzip file (ganti .X.X sama file downloaded Version)
#unzip ispcp-omega-1.X.X.zip
1. 2 -Mengubah folder ispcp
Ganti .X.X sama file downloaded Version
#cd ispcp-omega-1.X.X
1.3 – Install required packages
# aptitude update
# aptitude safe-upgrade
# aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)
ntar tiba-tiba muncul “courier screen” warna biru terus pilih no untuk web directories.
selanjut nya pas “postfix screen” pilih internet site
bis itu masukin nama domain tanpa www
setelah itu “proftpd screen”, pilih standalone
1. 4 – Build the system
# make install
STEP 5 – Copy Folder ke system
# cp -R /tmp/ispcp/* /
STEP 6 – Konfigurasi MySQL server
# mysql_secure_installation
NOTE: JANGAN GUNAKAN @ or $ or % Pada Password!!!
STEP 7 – Setup the system
#cd /var/www/ispcp/engine/setup
# perl ./ispcp-setup
selama proses berjalan, nanti ada beberapa form isian yang harus di sesuaikan dengan kebutuhan server.
Setelah selesai
rm -fR /tmp/ispcp
