Quickstart
To quickly try out sharry, follow these steps:
- Download a zip (version 1.14.0) from the release page.
- Unpack it to some place.
$ unzip sharry-restserver-1.14.0.zip
- Run the executable:
$ /path/to/extracted-zip/bin/sharry-restserver
- Goto http://localhost:9090/, signup and login
If you want to know more, for example what can be configured, checkout these pages.
Quickstart with Docker
There is a docker-compose setup
available in the /docker
folder.
- Clone the github repository
$ git clone https://github.com/eikek/sharry
- Change into the
docker
directory:$ cd sharry/docker
- Run
docker-compose up
:$ docker-compose up
- Goto http://localhost:9090/, signup and login
The directory contains a file sharry.conf
that you can
modify as needed.