Installing Letter Avatar Service

Docker

The service can be installed in serveral ways. The easiest would be by using the docker image from Docker Hub.

docker pull karlsjogren/letter-avatars docker run -d -p 80:80 karlsjogren/letter-avatars

From GitHub release

Releases are available over at GitHub and are built as Framework-dependent deployment packages.

To run this .NET Core 3.0 Preview 5 Runtime (or above) has to be available on the system.

To get it running simply extract the zip file and execute the correct binary depending on your system

./LetterAvatarService # For OSX/Linux dotnet LetterAvatarService.dll # For Windows

From source

Clone the repository using GIT.

git clone https://github.com/karl-sjogren/letter-avatar-service.git

Or download the latest version as a zip-file and unzip it.

Change into the LetterAvatarService folder and execute it using .Net CLI.

cd src/LetterAvatarService dotnet run