summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-08 13:58:16 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-08 13:58:16 +0100
commit100f148081d685f24a1f1034726770a29dbbace6 (patch)
tree5433c9b15681a19f230d69283293c7b751c4d3e7
parent1e4e8671b0fe29b37731f18176feacbd6066cb70 (diff)
downloadrspamd-100f148081d685f24a1f1034726770a29dbbace6.tar.gz
rspamd-100f148081d685f24a1f1034726770a29dbbace6.zip
Servicing changes.
-rw-r--r--.travis.yml8
-rw-r--r--README.md28
2 files changed, 22 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..d5c634d4f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+before_script:
+ - sudo apt-get update -qq
+ - sudo apt-get install -qq debhelper dpkg-dev cmake libevent-dev libglib2.0-dev libgmime-2.6-dev liblua5.1-0-dev libpcre3-dev cdbs libssl-dev libjudy-dev
+ - cmake .
+
+branches:
+ only:
+ - master
diff --git a/README.md b/README.md
index 4927c92f8..74241ff1b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
+REFERENCES
+==========
+
+* Home site: <http://rspamd.com>
+* Downloads: <https://bitbucket.org/vstakhov/rspamd/downloads>
+* Wiki: <https://bitbucket.org/vstakhov/rspamd/wiki/>
+
DESCRIPTION
===========
@@ -25,12 +32,12 @@ INSTALLATION
Rspamd runs on a Unix like operational systems. FreeBSD users can use ports
collection (mail/rspamd) for rspamd installation. Ubuntu users can use launchpad PPA:
-https://launchpad.net/~vsevolod-n/+archive/rspamd
+<https://launchpad.net/~vsevolod-n/+archive/rspamd>
Users of other OSes should use sources to build and install rspamd. You can
obtain rspamd sources at the bitbucket download page:
-https://bitbucket.org/vstakhov/rspamd/downloads
+<https://bitbucket.org/vstakhov/rspamd/downloads>
There are packages for debian and CentOS/RHEL distribution. Debian users could
use *debuild* utility to create the binary packages of rspamd. CentOS/RHEL
@@ -68,12 +75,12 @@ start working with rspamd you should do several steps (please note that this is
not applicable to an installation based on packages, as such an installation
have everything ready for using):
-1. Copy a sample configuration *$PREFIX/etc/rspamd.xml.sample* to
-*$PREFIX/etc/rspamd.xml*
-2. Edit *rspamd.xml* according to your system (described
+1. Copy a sample configuration $PREFIX/etc/rspamd.xml.sample to
+$PREFIX/etc/rspamd.xml
+2. Edit rspamd.xml according to your system (described
later).
-3. Make a directory for rspamd pid file and data (*/var/run/rspamd* by
-default) and make rspamd user (*nobody* by default) as the owner of rspamd data
+3. Make a directory for rspamd pid file and data (/var/run/rspamd by
+default) and make rspamd user (nobody by default) as the owner of rspamd data
directory.
4. Make a directory for rspamd logs (or setup syslog to accept
rspamd log messages).
@@ -103,10 +110,3 @@ configuration file.
For writing new rules you can examine the main rspamd documentation and lua api
guide and reference.
-
-REFERENCES
-==========
-
-* *Home site*: http://rspamd.com
-* *Downloads*: https://bitbucket.org/vstakhov/rspamd/downloads
-* *Wiki*: https://bitbucket.org/vstakhov/rspamd/wiki/