Difference between revisions of "CcHost"
(→Source Repository) |
m (→Usage Examples) |
||
Line 65: | Line 65: | ||
* [http://www.overmundo.com.br/overmixter Overmixter - Brazil] | * [http://www.overmundo.com.br/overmixter Overmixter - Brazil] | ||
* [http://www.iamacc.org/ Iamacc.org] | * [http://www.iamacc.org/ Iamacc.org] | ||
− | * [http://www.enciclopediacecilia.org/ | + | * [http://www.enciclopediacecilia.org/remix/ Remix Cecilia] at the Enciclopedia Cecilia project, music in the catholic church. |
Revision as of 19:39, 26 March 2010
ccHost is Creative Commons' open source (GPL licensed) content management system project that powers ccMixter and is the winner of the Linux Journal LinuxWorldExpo Product Excellence Award for Best Open Source Solution. Read more about ccHost here.
Download
Sign up for our RSS release feed to make sure you don't miss important bug fixes and feature updates.
Current Stable Release
Latest stable build of ccHost 5.1 is available in ZIP archive format.
Source Repository
http://code.creativecommons.org/svnroot/cchost/
For much more developer info, see Cchost/Developers.
Documentation
Communication
People
Contacting
The mailing list is the best way to get our attention. That and other methods are listed below:
- Mailing List: https://lists.sourceforge.net/mailman/listinfo/cctools-cchost
- Chat: #cc on irc.freenode.net
- Wiki: This page (http://wiki.creativecommons.org/CcHost)
- Bugs and feature requests
Zeitgeist
Goal
The goal of this project is to spread media content that is licensed under Creative Commons throughout the web in much the same way that weblogs spread CC licensed text.
Short Description
"Web-based System Supporting Remixing and Collaboration on Media"
Slightly Longer Description
ccHost is an open source (GPL licensed) project that provides web-based infrastructure to support collaboration, sharing, and storage of multi-media using the Creative Commons licenses and metadata. It is the codebase used by ccMixter and other sites.
Besides its focus on sharing content, ccHost differentiates itself from other multi-media hosting programs by emphasizing the reuse (a.k.a. remixing) of content between artists, not only between artists on any given installation of ccHost, but between all installations across the web and any web site that implements the Creative Commons Sample Pool API, including non-ccHost sites such as the freesound project.
Usage Examples
- ccMixter - Primary usage of ccHost is the Creative Commons remix site, ccMixter.
- Open Clip Art Library ccHost in testing
- Open Font Library
- Freemusic Project
- Open Source Cinema
- Matrix Rayne Online
- remix.linux
- ccmixter South Africa
- fourstones.net Victor's personal website
- TeacherHost - for Instructors to share instructional materials.
- Adrenalinic Sound
- ccMixter from CC Taiwan
- Overmixter - Brazil
- Iamacc.org
- Remix Cecilia at the Enciclopedia Cecilia project, music in the catholic church.
Appendix A: Compatibility
Browsers
Recently tested on: Firefox 2/3 Mac/PC/Linux, IE 7 PC, Safari Mac (IE8 requires "compatibility" mode - see here for workaround)
Cookies must be enabled.
Most skins (the ones people will want to use) require Javascript enabled.
Servers
Primary development is done on Ubuntu 8.04 (hardy heron) using Apache, mySQL, and PHP. The actual dev setup is described in detail here.
Linux
ccHost on Apache (2.0.49 up to at least apache-2.0.55-r1) on Linux,
One should be able to easily install mySQL, PHP, and Apache (if they are not already available) through their distributions packaging system. See the dev setup above.
Windows IIS Server
((Infoboks | ccHost er ikke blevet set køre eller testet på Windows i lang tid - flere versioner siden.))
Windows-brugere med deres installation diske kan installere valgfrit, Windows IIS-webserver. Denne mulighed er blevet testet. Men der kan stadig være problemer med det, og i bekræftende fald, du indsende en fejl.
Selv hvis du bruger Apache på Windows skal du muligvis have installeret IIS, hvis du planlægger at bruge e-mail kontakt funktioner.
Windows Apache
There are many good tutorials for setting up a Windows/Apache/MySQL/PHP site (Google search) and all three subsystems now come with Windows installers making the job of installing relatively straightforward.
XAMPP
Windows installations without Apache, mySQL and PHP already installed should consider using XAMPP for Windows, which provides an easy install of Apache web server, MySQL database server, and PHP and perl programming languages. This is an easy way to get up and running, with the underlying technology necessary to use ccHost.
Follow the instructions for installation of XAMPP to know where to put the uncompressed ccHost package to properly work with your local setup.
Mac OS X
NOTE: This setup is similar to Linux.
Verified:
- OS X 10.4.6
- default OS X MySQL build, 4.0.26
- GetID3 1.7.7
- default Apache/PHP