t0 |
t1 |
t2 |
t3 |
t4 |
|||||||||||||||||||||||||||||||
t5 |
|
||||||||||||||||||||||||||||||||||
|
t7
|
RebloggerInstallation The Easy Way(that's the plan in any case)If you are using Linux/Unix or Windows/DOS installation should be pretty easy(assuming I haven't screwed up). Once you've extracted the archive run the file called "install"(or install.bat if you're using Windows). Now the installer will ask you some questions to get an idea about where on your server reblogger will reside. Follow the instructions carefully(the installer is not very smart).
Installer Command Line OptionsThe installer has three command line options.(if you're using windows you'll have to open a dos window to use these commands)
Installation The Hard WaySorry to all you MAC users, I don't have a mac version of the install script. The unix shell script might work in MacOS X, but I haven't tried it so I don't know. So you'll have to do some editing before you put reblogger on your web server. Open the file called "settings". It will look like this: $path = "./"; $path specifies where on your server reblogger will be stored. If your webserver supports relative paths, which in all likelyhood it does, you don't need to change this. Otherwise you need to put in the full path to reblogger's directory(like /home/your-website/cgi-bin/reblogger/) $pw_path specifies where your password file and list of logged in users will be stored. Again, like $path, you probably won't need to change this $url. You will need to change this to the url where you have installed reblogger. (for instance I had to change it to $url = "http://jsoft.ca/cgi-bin/reblogger/") $sendmail is the path to sendmail on your web server. You probably won't need to change this. If you find that reblogger's email features are not working you might have to find out from your web host where sendmail is, and then change this value. Now you need to upload reblogger to your web server. Get out your favourite ftp client and login to your web server. First create the directory where you want to install reblogger. If you have a cgi-bin, reblogger's directory should be in your cgi-bin directory. If you specified the full path to reblogger in the "settings" file, make sure that the directory you create for reblogger is exactly what you entered in "settings". Now upload all of the reblogger files into this directory. If your web server is running a unix like operating system you will need to set the permissions(use chmod) of all the reblogger files. Reblogger's directory should be 777(rwxrwxrwx). All of the .pl files should be 755(rwxr-xr-x). The files "settings" and "time_correct" should be 744(rwxr--r--), and all of the files in your password directory(rb-pwd) should be 766(rwxrw-rw-). It's installed, now what?Now that reblogger is installed you should create a user account for yourself. To do this go to http://your-web-address/wherever-you-installed-reblogger/adduser.pl and follow the instructions. Once your account is created you will be taken to the comment manager ( http://your-web-address/wherever-you-installed- Creating multiple accountsReblogger can be used by just one person for one blog, or one person for a few blogs, or by many people for many blogs. You can allow as many(or as few) people as you want to use reblogger on your server. The idea behind this is that you can host comments for yourself, and people you know. If, however, you somehow have more bandwidth and storage than you know what to do with you could host comments for anyone who wants them(if this is you, tell me who you are, I will put up a link to you). Enough talk...here's how you do it. Open adduser.pl in a text editor and look for the big box with the text $max_users = 1; in it. just change the 1 to whatever number of users you want to allow. Let's say you have another blog that you want comments for. Change this number to 2. Run the install program to upload the changed file, and then run adduser.pl to create your second account. $&%#@% It's Not Working!!A lot of problems can occur if the file permissions are not correct(you only have to worry about this if you did a manual install). Make sure the file permissions are correct. If your web server is apache it might have suEXEC enabled, in which case you should change the permissions on reblogger's directory to 755(rwxr-xr-x). If the program just won't run(you keep getting internal server errors), and you've already made sure the file permissions are correct, check with your web host what the path to perl is. If it is not /usr/bin/perl, you will have to edit the three .pl files and change /usr/bin/perl(on the first line) to whatever your web host's path to perl is and then run install to upload the modified files. If adduser.pl runs, but you get an error when you try to create a user you might try using the absolute install option(type "install absolute"). You will have to find out from your web host what your home path is. |
||||||||||||||||||||||||||||||||||