2012-09-16 03:50:03 +00:00
|
|
|
== Open Access Control Web Interface
|
2013-01-26 09:42:27 +00:00
|
|
|
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 )
|
|
|
|
|
2012-09-16 03:50:03 +00:00
|
|
|
https://github.com/zyphlar/Open-Source-Access-Control-Web-Interface
|
|
|
|
|
2013-01-26 09:42:27 +00:00
|
|
|
Copyright Will Bradley, 2012-2013
|
2012-09-16 03:50:03 +00:00
|
|
|
Distributed under a Creative Commons Attribution 3.0 license http://creativecommons.org/licenses/by/3.0/
|
|
|
|
|
|
|
|
To use:
|
|
|
|
* Load into a Rails 3 environment
|
2013-09-22 07:50:41 +00:00
|
|
|
* 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 config/initializers/secret_token.rb.example to config/config/initializers/secret_token.rb and edit appropriately
|
2012-09-16 03:50:03 +00:00
|
|
|
* Use the Rails console to create a new User and set user.admin = true
|
|
|
|
* Run bundle install, rake db:migrate, etc.
|