Skip to content
/ boxroom Public
forked from mischa78/boxroom

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.

Notifications You must be signed in to change notification settings

bsleys/boxroom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Boxroom

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

Requirements

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)

Installation

Follow the these steps:

  1. Extract boxroom.zip and cd to the newly created folder
  2. Update your bundle: $ bundle
  3. Create a database and schema: $ rake db:migrate
  4. Start the server: $ rails server
  5. Point your browser to http://localhost:3000/
  6. Enjoy!

Language

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! ;-)

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published