You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Maxim Likhachev
3bbd6644c0
|
5 years ago | |
---|---|---|
roles/recoll | 5 years ago | |
rpm | 5 years ago | |
src | 5 years ago | |
COPYING | 5 years ago | |
CoC.md | 5 years ago | |
Makefile | 5 years ago | |
README.md | 5 years ago | |
Vagrantfile | 5 years ago | |
site.yml | 5 years ago |
README.md
Recoll
Ansible role for building Recoll RPM package for CenOS 7.
Recoll assembles without GUI support and with recollq
CLI interface and
python modules for using with Recoll Web UI.
License
GNU General Public License v3.
Usage
Build RPM using Vagrant
$ make rpm
Result packages will be stored in rpm directory.
Install RPM on remote host
- Create inventory files, e.g.:
[all]
server ansible_host=10.11.12.13
- Apply the ansible role:
$ make install
Build and install Recoll on remote host
- Create inventory files, e.g.:
[all]
server ansible_host=10.11.12.13
- Apply the ansible role:
$ make rebuild