install problem

kupika

New member
Joined
Apr 2, 2008
Messages
3
Hi!

I try to install a script on my virtual server they ask to run install.cgi throughout
ssh.I cant use putty because of pc problems.

Now the files are unpacked, run the installer by typing ./install.cgi followed by enter, and select option 1) new installation.

!! do not load install.cgi in your browser.
!! do not install ATL3 with the root account
!! do not run install.cgi more than once
!! delete install.cgi once you're done with the installation or chmod it to 0


is an other way to run install.cgi

Any help would be great
 
Don't quite get what the problem is. How did you try to install the script?
 
He required to run the install script via command line and not the browser.

!! do not load install.cgi in your browser.

He cannot use ssh.

I cant use putty because of pc problems.

I don't know if that means something is wrong specific to putty of any ssh client.

I gave the suggestion of using cron to run the install script since it will run it the same as the command line. But I did not see
and select option 1) new installation.
So cron will not work since he has to make choices while the install script is running. He would have to hack the script with all the answers to get it to work assuming the script is not encrypted.
 
Last edited:
Back
Top