Web software for managing a database of members in a collaborative grassroots workshop, and also controlling Arclight of 23b Hackerspace's Arduino access control system via Ethernet ( https://github.com/zyphlar/Open_Access_Control_Ethernet )
Go to file
2016-09-12 20:56:31 -07:00
app Door log filtering, user case-insensitive and status-insensitive sorting, new user scope 2016-09-12 20:56:31 -07:00
config Adding door alert emails (test mode) and adjusting door log graph view 2014-09-04 19:24:33 -07:00
db Adding payment index 2014-11-20 13:13:38 -07:00
doc Got uploading working 2012-08-24 21:14:51 -07:00
lib Got uploading working 2012-08-24 21:14:51 -07:00
log Fixed merge conflict with mailer url, need to remove this from git as well 2012-09-15 21:44:06 -07:00
public Board member changes to registration forms and reports 2016-02-11 20:27:28 -07:00
script Got uploading working 2012-08-24 21:14:51 -07:00
test Adding postal code to users 2014-02-08 21:06:07 -07:00
vendor Got uploading working 2012-08-24 21:14:51 -07:00
.gitignore Finishing contracts, changing from s3.yml to .env 2014-03-02 19:06:39 -07:00
.ruby-gemset Upgrading to ruby-version from rvmrc 2014-02-10 21:07:44 -07:00
.ruby-version Upgrading to ruby-version from rvmrc 2014-02-10 21:07:44 -07:00
config.ru Got uploading working 2012-08-24 21:14:51 -07:00
env.example Finishing contracts, changing from s3.yml to .env 2014-03-02 19:06:39 -07:00
Gemfile Removing faker 2014-04-10 20:13:21 -07:00
Gemfile.lock Removing faker 2014-04-10 20:13:21 -07:00
Rakefile Got uploading working 2012-08-24 21:14:51 -07:00
README.md Update and rename README.rdoc to README.md 2015-06-30 12:07:14 -07:00
recompile_assets.sh Adjusting wording, styling, and graph visibility 2013-10-02 04:45:07 -07:00

Open Access Control Web Interface

Web software for managing a database of members in a collaborative grassroots workshop, and also controlling Arclight of 23b Hackerspace's Arduino access control system via Ethernet ( see: https://github.com/zyphlar/Open_Access_Control_Ethernet )

https://github.com/zyphlar/Open-Source-Access-Control-Web-Interface

Copyright Will Bradley, 2012-2014 Distributed under a Creative Commons Attribution 3.0 license http://creativecommons.org/licenses/by/3.0/

screenshot

Contributions welcome! Simply send a pull request via Github.

To use:

  • Install Imagemagick (for Paperclip / image uploads)
  • Install arp-scan (for LAN Mac address scanning)
  • Load into a Rails 3 environment
  • Copy config/config.yml.example to config/config.yml and edit appropriately
  • Copy config/database.yml.example to config/database.yml and edit appropriately
  • Copy env.example to .env and edit appropriately for your Amazon S3 account OR adjust the resource.rb and contract.rb model settings to use different storage for picture attachments (via Paperclip)
  • Copy config/initializers/secret_token.rb.example to config/config/initializers/secret_token.rb and edit appropriately
  • See/edit db/seeds.rb for the initial admin account info.
  • Run bundle install, rake db:migrate, rake db:seed, etc.