Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
/ vagrant-fess Public archive

Vagrantfile for the FESS Full Text Search Engine on VirtualBox CentOS-7

License

Notifications You must be signed in to change notification settings

jdeathe/vagrant-fess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-fess

Fess (Full tExt Search System) is an Open Source Enterprise Search Server.

Use this Vagrantfile and CloudInit configuration to install Fess, Elasticsearch and Haproxy on a CentOS-7 VM on VirtualBox.

Usage Instructions

Prerequisites

The number in brackets indicates the Version tested.

Installation

Copy config.rb.example to config.rb and apply any necessary configuration settings. Increasing both $vm_memory and $vm_cpus is recommended.

$ vagrant up

Usage

After installation and initialisation has completed you will receive a message indicating the URL FESS is available on.

For usage instructions refer to the Fess Documentation.

Known Issues

Currently, the General Configuration option Thumbnail View is not supported. PhantomJS is required to support this feature.

Credits