haul

command module
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2023 License: GPL-2.0 Imports: 1 Imported by: 0

README

haul

Inventory management system for patchwork components and assets.

prerequisites

To build and deploy the server:

  • docker

  • docker-compose

To build the client:

  • go

procedure

Deploy mongodb and haul server

$ docker-compose up -d --build

Make sure the server is up

$ docker-compose logs haul

optional - local cli

Haul is accessed mainly through its API.

Install the cli locally.

$ go install

Then, add a config locally to $HOME/.haul.yaml from the example/haul.yaml, or specify a different config location with the --config flag.

Note that if you installed the server from docker-compose without any modifications, this should be unnecessary to access the server on the same host.

Once that is done, make sure you can access the server with a healthcheck

$ haul ping

You can then list all api routes

$ haul api

See $ haul help for more options

Documentation

Overview

Copyright © 2023 The Haul Authors

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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