service/README.md

1.1 KiB
Raw Permalink Blame History

service is a tool that deploys and manages dæmons and services.

Dependencies

Youll need crystal and make to build the application, and shards to fetch a few Crystal libraries.

Run shards install to fetch the Crystal libraries.

Building

service uses a build.zsh-generated Makefile. You can run make help to get a list of all available build targets (“make commands”).

make help

To build and install the software with default configuration, run the following:

make
make install

If you want to alter the installation prefix or destination, use the following syntax:

make PREFIX=/usr DESTDIR=/some/fake/root install

If make complains that the Makefile is missing, youll have to generate it with the following command:

build.zsh

Usage

Read service.1 and service.7 for more informations about how service is meant to be used.

Quickstart

service add postgresql
service add gitea domain=gitea.test

service start postgresql

service show gitea
service status -v
service status -v gitea