command
module
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Jan 15, 2019
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
#Info
This is the back end server for tcea-inventory-client, an inventory system the Tech Team for the annual TCEA convention uses.
#Install
go get github.com/korylprince/tcea-inventory-server
Create a MySQL database with model.sql
.
#Configuration
INVENTORY_SESSIONDURATION="60" #in minutes
INVENTORY_SQLDRIVER="mysql"
INVENTORY_SQLDSN="username:password@tcp(server:3306)/database?parseTime=true"
INVENTORY_LISTENADDR=":8080"
INVENTORY_PREFIX="/inventory" #URL prefix
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.