bisd-device-checkout-server

command module
v1.9.2 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2023 License: MIT Imports: 13 Imported by: 0

README

Info

This is the back end server for bisd-device-checkout-client, a small portal to assist in device checkout at Bullard ISD.

Install

go get github.com/korylprince/bisd-device-checkout-server

Create a MySQL database with model.sql. (This matches pyInventory.)

Configuration

INVENTORY_LDAPSERVER="ad1.example.com"
INVENTORY_LDAPPORT="389"
INVENTORY_LDAPBASEDN="OU=base,DC=example,DC=com"
INVENTORY_LDAPGROUP="Admin Group"
INVENTORY_LDAPSECURITY="starttls"
INVENTORY_SQLDRIVER="mysql"
INVENTORY_INVENTORYDSN="username:password@tcp(server:3306)/database?parseTime=true"
INVENTORY_SKYWARDDSN="DRIVER={Progress};HostName=server;DATABASENAME=database;PORTNUMBER=12501;LogonID=username;PASSWORD=password"
INVENTORY_LISTENADDR=":8080"
INVENTORY_PREFIX="/inventory" #URL prefix

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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