why dont you guys fix this for once and for all
Code:
4) Installation
---------------
Make sure you are logged in as root and MySQL is running.
1. Untar or unzip the distribution files to a secure directory:
# cd /usr/local/src
# tar xjvf ispcp-omega-1.0.7.tar.bz2
2. Change to the newly created directory:
# cd ./ispcp-omega-1.0.7
3. Install the required packages
First update your system:
# aptitude update && aptitude safe-upgrade
Make sure you have added the non-free into your /etc/apt/sources.list:
Lenny:
deb http://ftp.debian.org/debian/ lenny main contrib non-free
deb http://security.debian.org/ lenny/updates main contrib non-free
Squeeze:
deb http://ftp.debian.org/debian/ squeeze main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free
Install all required packages:
# aptitude install lsb-release
# aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)
(if you get to the courier screen select 'no' to web directories)
(if you get to the postfix screen select 'internet site'. 'mail name' should
be the server's domain. If you've set debian up correctly on install your
domain should be already shown.)
(if you get to the proftpd screen, select 'standalone')
4. (optional) Check the ispcp.conf and adapt it to your requirements.
5. Build the Software by using make:
# make install
6. Copy all the directories into your system. If you have not yet, now is a good
time to make backups of your server. The following steps do fundamental
changes to your system configuration.
# cp -R /tmp/ispcp/* /
7. Change or create MySQL root password, remove anonymous users, disallow root
login remotely, remove test database (and access to it), reload privilege tables.
# mysql_secure_installation
8. Now it's time to set up the frontend. Change into the engine directory and
start the engine setup:
# cd /var/www/ispcp/engine/setup
# perl ispcp-setup
9. Install ispCP ω step-by-step
If you get no error, all went good; if you get one, look at
http://isp-control.net to solve the problem.
10. Clean the temporary folders:
# rm -fR /tmp/ispcp/
its just not working like this and its frustrating
Code:
root@homeserver:/usr/local/src/ispcp# root@homeserver:/usr/local/src/ispcp# apt-get install $ (cat ./docs/Debian/debian-packages-squeeze`lsb_release -cs`)
-bash: syntaxerror nabij onverwacht symbool '('
Code:
root@homeserver:/usr/local/src/ispcp# make install
-bash: make: opdracht niet gevonden
these are just a couple of errors and i am only 10 minutes busy
fresh install debian
and ispcp is already frustrating me
on this page it faisl on point 5 the make install command
http://isp-control.net/documentation/sta...ion/debian