Current time: 07-03-2024, 06:22 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Erledigt] INSTALL Verzeichnis "cd /var/www/ispcp/engine/setup" existiert nicht
Author Message
CHBIE Offline
Junior Member
*

Posts: 225
Joined: May 2008
Reputation: 11
Post: #4
RE: INSTALL Verzeichnis "cd /var/www/ispcp/engine/setup" existiert nicht
Hier die Kurzfassung für Debian ETCH und Kenner!

Code:
vi /etc/apt/sources.list

deb http://ftp.de.debian.org/debian/ etch main contrib non-free
deb http://security.debian.org/ etch/updates main contrib non-free

apt-get update
apt-get upgrade

apt-get install tar bzip2 wget make gcc unzip
mkdir -p /usr/local/src/ispcp
cd /usr/local/src/ispcp
wget http://voxel.dl.sourceforge.net/sourceforge/ispcp/ispcp-omega-1.0.0-rc7.tar.bz2
tar -xjvf ispcp-omega-1.0.0-rc7.tar.bz2

cd ./ispcp-*

apt-get update
apt-get upgrade

apt-get install $(cat ./docs/Debian/debian-packages-etch)

make install

cp -Rv /tmp/ispcp/* /

mysql_secure_installation

cd /var/www/ispcp/engine/setup

perl ./ispcp-setup

rm -fR /tmp/ispcp

Gruss CHBIE
01-25-2009 04:46 AM
Visit this user's website Find all posts by this user
Thread Closed 


Messages In This Thread
RE: INSTALL Verzeichnis "cd /var/www/ispcp/engine/setup" existiert nicht - CHBIE - 01-25-2009 04:46 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)