Boxroom is a Rails 3 application that aims to be a simple interface for sharing files in a web browser. To make this possible the application lets users create folders and upload and download files. For admins it is possible to create users, groups and the CRU/D rights these groups have on folders.
For more info go to:
http://boxroom.rubyforge.org/
Bugs and/or feature requests:
http://rubyforge.org/tracker/?group_id=1611
The minimum requirements for running Boxroom are:
- Ruby 1.8.7 or Ruby 1.9.2
- Rails 3.0 or bigger
- A database (e.g. MySQL or SQLite)
Follow the these steps:
- Extract boxroom.zip and cd to the newly created folder
- Update your bundle:
$ bundle
- Create a database and schema:
$ rake db:migrate
- Start the server:
$ rails server
- Point your browser to http://localhost:3000/
- Enjoy!
Thanks to Rob Halff Boxroom is now available in Dutch.
To use Boxroom in Dutch, open config/application.rb
and uncomment this line:
# config.i18n.default_locale = :nl
It would be great to have many more languages. I am waiting for your pull requests! ;-)