Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Installation guide

Pr0teus edited this page Jan 7, 2014 · 9 revisions

This tutorial was tested in a Debian 7.0 x86 but can be easily adpted to your favorite distro.

  1. Download a fresh version of of aleph:
  1. As root since you must download some packets
  • :# cd /opt/aleph/install
  • :# ./install.sh
  1. Follow the script and say Yes to knowledge ;)

  2. Change the configuration file

  • :$ cp aleph.conf.ori aleph.conf
  1. To make aleph run, you must exec the daemon alephd.sh as "Aleph" $sudo -u aleph /opt/aleph/alephd.sh

and Done; As simple as that ;)

Some troubleshoot

  • 1)Verify if you have all the necessary packages(sometimes the install script couldnt find all)
  • 2)Verify permissions to apache and the created user "aleph" to the folders.
  • 3)I had to create a folder inside the /home/incoming/session... (patched)
Clone this wiki locally