======================= How to install Calicoes ======================= Calicoes is based on the Pyrame framework which is available on its `website `_. Pyrame and its dependencies must be installed before installing Calicoes. The best system for installing Pyrame and Calicoes is CentOS 7 but it can be also installed on any Linux system assuming you can install the corresponding dependencies. Automated installation in CentOS 7 ================================== Download the installer from the `download zone `_, make it executable and run it as root or with sudo. .. This zone is protected by a password. To obtain it, please send an email request to `calicoes@llr.in2p3.fr `_. .. code:: bash chmod +x CalicoesInstaller.sh sudo ./CalicoesInstaller.sh The software will be installed in /opt/calicoes The configuration files are installed in /opt/calicoes/config The data will be stored in /home/data Manual installation =================== Download both the archive and the installer from the `download zone `_. Follow the code of the installer to install in your system.