From: Vsevolod Stakhov Date: Thu, 8 Aug 2013 12:58:16 +0000 (+0100) Subject: Servicing changes. X-Git-Tag: 0.6.0~243 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=100f148081d685f24a1f1034726770a29dbbace6;p=rspamd.git Servicing changes. --- 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: +* Downloads: +* 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 + 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 + 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/