This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Feb 18 12:23:46 -0800 2009 | |
| |
CHANGELOG.md | Wed Dec 10 04:53:04 -0800 2008 | |
| |
MIT-LICENSE | Tue Dec 09 03:43:26 -0800 2008 | |
| |
README.markdown | Thu Apr 16 08:26:40 -0700 2009 | |
| |
Rakefile | Wed Dec 10 04:25:40 -0800 2008 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | Mon Feb 23 00:23:06 -0800 2009 | |
| |
init.rb | ||
| |
locale/ | ||
| |
public/ | ||
| |
test/ | Fri Dec 05 01:14:13 -0800 2008 |
README.markdown
Depot
File management system for TOG:Community framework.
Included functionality
- File management
- Folder management
- Filesize and disk cuota configuration
- Tag system
- File and folder privacity
- Abuse report
- And more...
Resources
Plugin requirements
In case you haven't got any of them installed previously, you'll need the following plugins on your application:
- paperclip
- tog_core
- seo_urls
Follow each link above for a short installation guide incase you have to install them.
Installing plugin as a gem
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem:
sudo gem install dms-tog_depot
Installing plugin from source
Install plugin form source:
ruby script/plugin install git://github.com/dms/tog_depot.git
Add Depot's routes to your application's config/routes.rb
map.routes_from_plugin 'tog_depot'
Add plugin static resources to public app:
rake tog:plugins:copy_resources
Generate installation migration:
ruby script/generate migration install_tog_depot
With the following content:
class InstallTogDepot < ActiveRecord::Migration def self.up
end def self.downmigrate_plugin "tog_depot", 3
end endmigrate_plugin "tog_depot", 0And finally...
rake db:migrate
More
Released under the MIT license
DMS, Desarrollo de Medios y Sistemas.








