Skip to content
Guillaume Boudreau edited this page Sep 12, 2020 · 7 revisions

Step 1: Installation

Using APT (Ubuntu, Debian) or Yum (CentOS, Fedora, RHEL)

curl -Ls http://bit.ly/greyhole-package | sudo bash

Or, install manually: Just download the latest .tar.gz file from the Github Releases page.
Then follow the instructions from the INSTALL file.

Step 2 : Configuration

Using the web UI wizard

sudo php -S 0.0.0.0:8012 /usr/share/greyhole/web-app/index.php

Then point your browser to: http://server_hostname_or_ip:8012/install

Or configure manually: Follow the instructions from the USAGE file.
There is also a copy of this file in /usr/share/greyhole/USAGE, if you installed using a package.