Skip to content

Latest commit

 

History

History

systemd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.