Before installing the Cleopatra to your machine, ensure whether git and php5 exists in your machine or not.

if not follow as given below, command to install git and php5 in ubuntu:

git:

    apt-get install git

php:

    apt-get install php

command to install git and php5 in cent OS:

git:

    yum install git

php:

    yum install php.

after completion of git and php5 installation, let's see how to install the Cleopatra in your machine.

For Mac, Linux or Unix:

It is simple by using the coding,

git clone https://github.com/PharaohTools/cleopatra.git && sudo php cleopatra/install-silent

For Windows:

It is simple, get the terminal open via the option "Run as Administrator", and then apply the following coding,

git clone https://github.com/PharaohTools/cleopatra.git && php cleopatra\install-silent