Edit Rename Changes History Upload Download Back to Top

Setting up Silt

Back to the Main Silt page

Here is a step by step guide to setting up a Silt blog server to work for more than one blog (after all, once you start, everyone you know is going to want one!):

This will have the RSS files that Silt generates be served by Silt. If you are behind a web server like Apache or IIS, you can have that serve those files instead, which may be faster. To do that, create a subdirectory rss of your image directory, and enter rss as the RSS Path and http://localhost:8009/rss as the RSS Home. Then create a virtual directory /rss in Apache/IIS that points to the rss subdirectory you created.

You can now do any of the following (replace APPKEY with what you entered for appkey above!):

These instructions will hopefully have helped you get started with a development server on a local machine. Here are some instructions on deploying a production blog server by Using Silt with Runtime.im.

Stopping Spam

Silt checks inbound comments and trackbacks (if you have them enabled) against a blacklist. That blacklist is held in a file called badText.txt, and that file should be in the same directory as the image. The file should look something like this:

textToMatchHere
moreTextToMatchHere

And so on. Spaces are ok, and each line represents an individual snippet of "reject" text to match against. The server will create a directory called "spam", and drop anything that matches in there (also in there - things that violate the other spam rules, like "too many hrefs" or "too many from this IP address").


Edit Rename Changes History Upload Download Back to Top