CMSExitCodes

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2019 License: MIT Imports: 23 Imported by: 0

README

CMS Exit Codes service

Build Status Go Report Card GoDoc

This directory contains codebase for CMS Exit Codes service.

To build it please install Go language on your system and series of dependencies:

# obtain necessary dependencies
go get github.com/sirupsen/logrus
go get github.com/shirou/gopsutil
go get github.com/divan/expvarmon
go get github.com/sirupsen/logrus

# build server
go build

To run the service use the following command:

CMSExitCodes -config server.json

where server.json has the following form:

{
    "exitCodes":"/path/exitCodes.txt",
    "port": 8243,
    "templates": "/path/templates",
    "jscripts": "/path/js",
    "styles": "/path/css",
    "images": "/path/images",
    "verbose": 0
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL