Skip to content

A Meteor.js application for inventory management and checkouts.

Notifications You must be signed in to change notification settings

UK-AS-HIVE/Checkouts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkouts

##Overview## A Meteor.js application for inventory management and checkouts.

##Installation## Clone the repo, clone hive:accounts-ldap into the packages/ directory, and run the command meteor --settings settings.json. It's possible that some of this could be abstracted in the future to allow for different login handlers. You'll need to set LDAP settings in settings.json if you want to use a different LDAP server for login.

##Usage## Out of the box, administrator privileges are determined by SG membership (see client/lib/helpers.coffee). Administrators can create and inventory items, and other users should be able to log in and browse the inventory. Updating and deleting objects and most non-administrative functionality is forthcoming.