Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 726 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 726 Bytes

Deployment as systemd unit

Tip

See HACKING.md for development documentation.

Prerequisites

Building

Close and build this repository:

git clone https://github.com/x1unix/go-playground.git
cd go-playground
make

Installation

After building the app, install application and systemd unit:

sudo make install

Check if service is running:

systemctl status better-go-playground.service

Configuration

See environment variables section in Docker docs.