Installing Greyhole
Step 1
Using APT (Ubuntu, Debian) or Yum (CentOS, Fedora, RHEL)
curl -Ls https://bit.ly/greyhole-package | sudo bash
Or manually
Just download the latest .tar.gz file from the Github Releases page.
Then follow the instructions from the INSTALL file.
Step 2
Initial 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 manually
Follow the instructions from the USAGE file.
There is also a copy of this file in /usr/share/greyhole/USAGE
Documentation
Greyhole is open-source, and hosted on Github.
The wiki on Github is filled with useful information, tips and recommendations.
How to install and configure Greyhole in 10 minutes, a video walkthrough:
Support
The wiki on Github is filled with useful information, including a FAQ.
Search the Issues on Github, and the Discussions on Github, to see if someone else had the same problem in the past,
and what the resolution/workarounds were suggested.
Create a new Discussion on Github or Issue on Github.