I need file sharing software for a website
January 16, 2007 7:05 PM
Subscribe
I need to create a website to upload and share files with colleagues. I want it to be open source (or cheap or free), and be easily customizable (think wordpress). We all teach Social Studies and want to share things like powerpoints, worksheets, lesson plans, rubrics, etc. Is there something out there that would work?
I have the following caveats:
1. I need to host it on my own domain. I'd prefer that it wasn't someone elses service.
2. passwords with accounts would be nice
3. Being able to organize the uploads into heirarchies would be nice:
powerpoint --> 7th Grade --> Government --> Constitution --constitution.ppt
I know how to follow directions and am good with layout and design but my coding skills are very limited: I can whip a wordpress site clearly into shape!
posted by allthewhile to education (7 comments total)
3 users marked this as a favorite
The default UI is kind of bewilderingly busy, so you may indeed want to customize the look and/or strip out some UI you don't want.
Try the demo install on the site linked to get a sense of it.
Alternately, you could set up a wiki and let your users edit that and attach files. MediaWiki (the software that runs wikipedia) makes attaching files fairly easy. You have to set the file types that are allowed in the config file, IIRC. Implementing a taxonomy in MediaWiki is harder, though it does let you put stuff in categories and then find it again through those. Not sure if the categories are flat or can be nested.
Finally, most of the CMS systems out there (Drupal, Mambo, etc) will have plug-ins that do file management. Drupal is very easy to install, and I saw at least two promising looking modules in this direction. This would give you one site that can also have base content, simple forums, per-user blogs, etc etc.
posted by mvd at 7:18 PM on January 16, 2007