Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Build via Telnet

Quote Reply
Build via Telnet
can anyone tell me how to do a changed build via telnet?
Quote Reply
Re: [PelsLvr] Build via Telnet In reply to
Go into the admin directory, and you'll see a script named nph-build.cgi. Upon running it without arguments you'll get:
Code:
Usage:
./nph-build.cgi --all
./nph-build.cgi --changed
./nph-build.cgi --repair
./nph-build.cgi --flags

where:
--all will rebuild all html pages.
--changed will rebuild home, new, cool, and detailed/category pages
that have changed.
--repair will rebuild the link counts in the category tables.
--flags will update the new, cool and popular flags.
So you can run a changed build using:
./nph-build.cgi --changed
or
perl nph-build.cgi --changed

Adrian
Quote Reply
Re: [brewt] Build via Telnet In reply to
would like to but for some reason I am unable to access via telnet.

If i can get in can you also let me where to do the build - changed. (via ftp) It logs into my account... I then have click on my domain name to access that site (we have 7 sites on this dedicated server).

Dont know how to do it via telnet ;-(
Quote Reply
Re: [PelsLvr] Build via Telnet In reply to
You can't run things via ftp (only transfer files). Your server probably has ssh (secure shell) access rather than telnet enabled. You'll need a program like SecureCRT, or PuTTY (freeware). If you're not sure, ask your server administrator.

Adrian