• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Programm installieren mit FTP-Client?

Hallo,

ich habe webspace bei "All-Inklusive" mit PHP und MySql. Bisher habe ich alles problemlos mit GFTP gemacht. Nun möchte ich die "Kochsuite", eine Rezeptdatenbank installieren.

http://www.lestinsky.de/koch-suite/search.php

Mir ist nicht klar, wie ich es mit GFTP mache. Wo gebe ich die Befehle "make", "make install" usw. ein? Oder macht man es mit einem anderen Programm?

Hier ist die Installationsanleitung:

How can I install Koch-Suite having only FTP and HTTP access to my webspace?
-------------------------------------------------------------------------------

I never tried this setup myself, but I would start with the following
steps:

i) create a temporary directory, such as /my/tmp/dir,
ii) Edit ``./config'' and set:

PHP_LIBS =./include
ETC_PREFIX =./include
SCRIPT_PREFIX =./commands
WEB_PREFIX =./

iii) execute the following commands:

make
make install-temp-for-remote DESTDIR=/my/temp/dir

iv) Move the contents of /my/temp/dir to a subdirectory on your
webspace via FTP,
v) Notice that $ETC_PREFIX/koch-suite.inc contains your access data to the
database. You have to protect this directory (i.e. deny access via
.htaccess). See the relevant documentation for your webserver for
instructions on how to do this. Of course it's allways better to
place koch-suite.inc somewhere completly outside your DocumentRoot.

Please note that I never tried this myself. It should rather work. If not,
please send me feedback.
 

gameboy

Hacker
Hallo labbeduddel,

das geht meines Erachtens nach nicht mit Deinem FTP-Client, dafür brauchst Du ein Login (in der Regel per ssh) auf dem Webserver. Von daher ist diese "Anleitung" widersprüchlich.

Viele Grüße,
gameboy.
 

donpedro

Hacker
Hallo,

SSH oder Telnet bieten sie nicht an. Kann man die lokale Installation hochladen und Pfade / Rechte ändern?
 
Oben