about
documentation for users
documentation for developers
downloads
powered by
*coming soon
home :: documentation :: users :: install :: dynamic :: isp.txt
Installing Blosxom at your ISP
Blosxom is a simple CGI script that requires not much more than being put somewhere Web-accessible, told where it is, optionally configured a little, blessed with permission to run, and let loose on an unsuspecting public.Assumptions
These instructions rest upon a couple-three assumptions:
/home/username/public_html) to your Web-accessible directory; while this varies from ISP to ISP, it's commonly a www, public_html, or web subdirectory inside your home directory.cgi-bin subdirectory of your Web-accessible directory (e.g. /home/username/public_html/cgi-bin).Installation
While you'll probably have to make minor tweaks and adjustments here and there to suit the particulars of your ISP and account, these instructions should provide more than enough to go on.blosxom.cgi script from the ZIP archive using your favourite unzipping utility.blosxom.cgi to your ISP's server (usually using FTP) and drop it into your cgi-bin directory, e.g. /home/username/public_html/cgi-bin/blosxom.cgi.
blosxom.cgi (make it "executable") so that your ISP's Web server will be allowed to run it. If you're on the command-line, Do so by typing:
chmod 755 /home/username/public_html/cgi-bin/blosxom.cgiOf course you should alter the path as appropriate. If you don't have command-line access (telnet or ssh), you'll need to change the permissions using your FTP client. Check your application's Help system for details.
/home/username/blosxom). Create the blosxom directory using either your FTP client's "mkdir" command/button or on the command line:
mkdir /home/username/blosxomAgain, you should alter the path as appropriate.
click here to configure blosxom...