IndelibleFS

Indelible FS Downloads

Current Release

 

0.1.0-9544 BETA

 

RPM Packages

 

Indelible FS RPM Installation instructions

Download the RPM
Install the RPM
yum localinstall indelible-fs-0.1.0-1.el6.x86_64.rpm
or
rpm -i indelible-fs-0.1.0-1.el6.x86_64.rpm

Configuration

Initialize the Postgres Database if necessary (service postgresql initdb)
Make sure Postgresql is up and running (service postgresql start)
Make sure Avahi Daemon is running (service avahi-daemon start)
Select the destination directory for Indelible FS directory

After installation, run the /usr/share/igeek/indelible-fs/bin/indelible-fs-setup
Defaults are good for all prompts except the CAS File Store

Start Indelible FS
start indelible-fs

Indelible FS RPM - indelible-fs-0.1.0-1.el6.x86_64.rpm

Indelible Virtual SAN RPM - indelible-vsan-0.1.0-1.el6.x86_64.rpm

Indelible Web Access RPM - indelible-webaccess-0.1.0-1.el6.x86_64.rpm

 

Debian Packages

 

Indelible FS Debian Package Installation instructions

Download the Debian Package
Select the destination directory for Indelible FS directory
Install the Debian Package
dpkg -i indelible-fs-0.1.0-1.el6.x86_64.rpm
Use apt-get to install any dependencies that were not installed
apt-get -fy install

The installation script will ask a number of questions. Use the defaults for everything except the CAS File Store

Start Indelible FS
start indelible-fs

Indelible FS DEB - indelible-fs_0.1.0-9544_amd64.deb

Indelible Virtual SAN DEB - indelible-vsan_0.1.0-9544_amd64.deb

Indelible Web Access DEB - indelible-webaccess_0.1.0-9544_amd64.deb

 

 

Source Code

 

Building Indelible FS

Unpack the tar file
Set the JAVA_HOME environment variable if it is not set
cd IndelibleFS-Linux
ant debianPackage

or
ant rpmPackage

Indelible FS sources on github