Foros del Web » Creando para Internet » Sistemas de gestión de contenidos »

Instalación de Script

Estas en el tema de Instalación de Script en el foro de Sistemas de gestión de contenidos en Foros del Web. Estoy instalando una galeria de fotos llamada Gallery x.x.x no entiendo unas cosas ke debe de hacer. La instalación dice asi: Cita: 3. HOW DO ...
  #1 (permalink)  
Antiguo 31/07/2003, 20:40
Avatar de ivan.cc  
Fecha de Ingreso: diciembre-2002
Ubicación: Sonora, México
Mensajes: 29
Antigüedad: 21 años, 4 meses
Puntos: 0
Instalación de Script

Estoy instalando una galeria de fotos llamada Gallery x.x.x

no entiendo unas cosas ke debe de hacer. La instalación dice asi:


Cita:
3. HOW DO I INSTALL GALLERY IF I HAVE ONLY FTP ACCESS?

The process is pretty much the same as if you have shell access.
The complicating factor is that you can't run the 'configure' and
'secure' shell scripts. You'll have to simulate running the
scripts by using FTP commands.

In order to FTP Gallery up to your web server you'll need to unpack it
locally and then use FTP to copy it file at a time to the web server.
The first time you configure it, you'll need to create two special
files called "config.php" and ".htaccess" on the remote server. The
easiest way to do this is to create an empty file (we'll call it
"empty-file") on your local machine. Then upload that file as both
"config.php" and ".htaccess" in your gallery directory using ftp.
ONLY DO THIS THE FIRST TIME you install Gallery or you'll overwrite
your existing config file!

YOU TYPE:
put empty-file config.php

YOU SEE:
local: empty-file remote: config.php
150 Opening BINARY mode data connection for 'config.php'.
226 Transfer complete.

YOU TYPE:
put empty-file .htaccess

YOU SEE:
local: empty-file remote: config.php
150 Opening BINARY mode data connection for '.htaccess'.
226 Transfer complete.

At this point, you need to make both of these files writable. You
can do this (in the gallery directory)

chmod 777 .htaccess
chmod 777 config.php
chmod 755 setup

Now you're all set to configure gallery so go to the Gallery web
page. When you're done and it prompts you to make the gallery secure
again, you need to change your permissions back again:

chmod 644 config.php
chmod 644 .htaccess
chmod 0 setup

That's all it takes! If you use CuteFTP or some other FTP program,
you may need to hunt around a bit to find the CHMOD command. In
CuteFTP, right-click the file you would like to CHMOD, slect "Change
File Attributes", then enter the mode manually (ie. 755) in the
"Manual" text box. If you can't figure it out, try asking your ISP or
reading the documentation for your FTP client.

Nota: No kiero la traduccion de esto, quiero saber que significan los comandos TYPE y como los utiliizo en el CuteFTP

donde los escribo o ke? los comandos son los siguientes

Cita:
YOU TYPE:
put empty-file config.php

YOU SEE:
local: empty-file remote: config.php
150 Opening BINARY mode data connection for 'config.php'.
226 Transfer complete.

YOU TYPE:
put empty-file .htaccess


Gracias de antemano
__________________
Iván Coronado Cossío
  #2 (permalink)  
Antiguo 01/08/2003, 14:45
Ex Colaborador
 
Fecha de Ingreso: junio-2002
Mensajes: 9.091
Antigüedad: 21 años, 10 meses
Puntos: 16
Hola,

Obviamente las instrucciones son para un programa FTP de linea de comandos. PAra tu entorno grafigo (cuteFTP), PUT es simplemente subir el fichero. En este caso pone algo de subir un fichero con un nombre distinto al local, seria subirlo y renombrarlo en el servidor. Luego los chmod suele hacerse con el boton derecho sobre el fichero remoto y en la opcion de permisos o algo asi, no se la opcion concreta.

Espero haber sido de ayuda.
__________________
Josemi

Aprendiz de mucho, maestro de poco.
  #3 (permalink)  
Antiguo 01/08/2003, 15:26
Avatar de Manoloweb  
Fecha de Ingreso: enero-2002
Ubicación: Monterrey
Mensajes: 2.454
Antigüedad: 22 años, 3 meses
Puntos: 5
Por otro lado... TYPE no es un comando, es la palabra en inglés que se refiere a "Escribir en un teclado"...

TU ESCRIBES:
put empty-file config.php

TU VES:
local: empty-file remote: config.php
150 Opening BINARY mode data connection for 'config.php'.
226 Transfer complete.

TU ESCRIBES:
put empty-file .htaccess


.... etc
__________________
Manoloweb
  #4 (permalink)  
Antiguo 01/08/2003, 19:18
Avatar de ivan.cc  
Fecha de Ingreso: diciembre-2002
Ubicación: Sonora, México
Mensajes: 29
Antigüedad: 21 años, 4 meses
Puntos: 0
pero donde escribo eso en el teclado? o sea.. en que lugar me posiciono en el CuteFTP para escribir eso?

Gracias
__________________
Iván Coronado Cossío
  #5 (permalink)  
Antiguo 01/08/2003, 21:37
Avatar de Manoloweb  
Fecha de Ingreso: enero-2002
Ubicación: Monterrey
Mensajes: 2.454
Antigüedad: 22 años, 3 meses
Puntos: 5
Lo que mencionan de CuteFTP es que si lo tienes NO TIENES que hacer todo lo anterior.

Las instrucciones son muy simples.

Sube los archivos a tu directorio en el server (el que tu quieras)

Luego, en ese mismo directorio, crea dos archivos en blanco, uno llamado config.php y otro .htaccess

Eso es todo lo que dicen las instrucciones, solo que estan escritas para hacerlas desde shell, y tu no vas a usar el shell.

__________________
Manoloweb
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 14:35.