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
2013-08-29 01:38:40 -07:00
app Adjusting profile display 2013-08-29 01:38:40 -07:00
config Finalized payments and CSVs and inactivity 2013-08-28 08:19:01 -07:00
db Adding social and exit reasons 2013-08-29 01:23:21 -07:00
doc Surprise Rails app! 2012-08-30 23:54:25 -07:00
lib Surprise Rails app! 2012-08-30 23:54:25 -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 Social icons 2013-08-29 01:22:06 -07:00
script Surprise Rails app! 2012-08-30 23:54:25 -07:00
test Adding csv import 2013-08-28 04:25:54 -07:00
vendor Surprise Rails app! 2012-08-30 23:54:25 -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
.rvmrc Switching to RVM, View tweaks 2013-08-28 05:15:50 -07:00
config.ru Surprise Rails app! 2012-08-30 23:54:25 -07:00
Gemfile Switching to RVM, View tweaks 2013-08-28 05:15:50 -07:00
Gemfile.lock Switching to RVM, View tweaks 2013-08-28 05:15:50 -07:00
Rakefile Surprise Rails app! 2012-08-30 23:54:25 -07:00
README.rdoc Update README.rdoc 2013-01-26 02:42:27 -07:00
recompile_assets.sh Making user certs collapsible, adding a recompilation script 2013-01-25 20:31:23 -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-2013
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.