Installation - RPM

Installation

To install the filesender RPM's on RedHat based Linux systems add the filesender yum repository1 to your system:

$ cd /etc/yum.repos.d/
$ sudo wget http://repository.filesender.org/rpm/filesender-stable.repo
$ sudo yum install filesender

This will install filesender, postgresql-server, simplesamlphp and their dependencies but requires manual installation of your favourite MTA (sendmail, postfix or exim will do).

Configuration

The RPM installation will take care of most steps mentioned in Installation - Linux Source. The following manual steps are still needed:

Note that the config directory is in /etc/filesender/ and the software is installed in /usr/share/filesender/ (with symlinks to /var/lib/filesender/ )

The package also installs a daily cronjob in /etc/cron.daily/filesender and some recommended PHP settings in /etc/php.d/filesender.ini

Starting the service

After installing and configuring you'll most likely will need to start the relevant services:

service postfix start
service postgresql start
service httpd start

If all is well you can add these services to the relevant run levels with chkconfig

Known issues

Support and Feedback

See Support and Mailinglists and Feature requests.


1 replace 'stable' with 'testing' if you want to track release-previews or 'unstable' if you want to track the development nightly builds. Use 'oldstable' for the previous (old) release.