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
2012-09-15 21:44:06 -07:00
app Added card number interpretation to log 2012-09-15 21:41:11 -07:00
config Fixed merge conflict with mailer url, need to remove this from git as well 2012-09-15 21:44:06 -07:00
db Merged more conflicts 2012-09-15 17:44:30 -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 Got abilities working on index; next need to separate users from members from cards. 2012-09-15 18:41:55 -07:00
script Got uploading working 2012-08-24 21:14:51 -07:00
test Installed Devise and created a home controller/route 2012-09-02 02:57:34 -07:00
vendor Got uploading working 2012-08-24 21:14:51 -07:00
.gitignore Had to modify door log model and add config.yml to avoid storing password in git 2012-09-15 20:41:17 -07:00
config.ru Got uploading working 2012-08-24 21:14:51 -07:00
Gemfile Got abilities working on index; next need to separate users from members from cards. 2012-09-15 18:41:55 -07:00
Gemfile.lock Got abilities working on index; next need to separate users from members from cards. 2012-09-15 18:41:55 -07:00
Rakefile Got uploading working 2012-08-24 21:14:51 -07:00
README.rdoc Created readme and made config.yml.example match Open_Access_Control_Ethernet 2012-09-15 20:50:03 -07:00

== Open Access Control Web Interface
Web software for Arclight of 23b Hackerspace's Arduino access control system
http://wiki.heatsynclabs.org/wiki/Intranet
https://github.com/zyphlar/Open-Source-Access-Control-Web-Interface

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

To use:
* Load into a Rails 3 environment
* Rename config/config.yml.example to config/config.yml and edit appropriately
* Use the Rails console to create a new User and set user.admin = true
* Run bundle install, rake db:migrate, etc.