Difference between revisions of "CcHost"

From Creative Commons
Jump to: navigation, search
(Bugs and Feature Requests)
(Requirements)
Line 83: Line 83:
 
* Install the GetID3 (1.7.3) library from here: http://www.getid3.org/#download before you install ccHost. (It's a simple download-unpack operation)
 
* Install the GetID3 (1.7.3) library from here: http://www.getid3.org/#download before you install ccHost. (It's a simple download-unpack operation)
 
* If you would like integrated user comments and review threads you must install phpBB2 from http://www.phpbb.com/downloads.php. Ratings, Editorial Picks and Contest Polls are built into the core ccHost, user reviews and comments are NOT and relies on phpBB2 forum software to achieve this.
 
* If you would like integrated user comments and review threads you must install phpBB2 from http://www.phpbb.com/downloads.php. Ratings, Editorial Picks and Contest Polls are built into the core ccHost, user reviews and comments are NOT and relies on phpBB2 forum software to achieve this.
* '''Platforms''': This system has been tested on Apache 1 and 2 Windows and Linux. If you've got it working on IIS or OSX let us know. We haven't tried.
+
* '''Platforms''': This system has been tested on Apache 1 and 2 Windows and Linux. It also works with IIS on Windows.  If you receive an error about DOCUMENT_ROOT, ignore itIIS doesn't use DOCUMENT_ROOT, and ccHost doesn't seem to mind.  If you have tested ccHost on System X or any other platform, please register as a ccDeveloper and update this page!  Thanks. =)
 
* Here is my block of code in the apache virtual host for setting the rewrite rules to get pretty urls:
 
* Here is my block of code in the apache virtual host for setting the rewrite rules to get pretty urls:
  

Revision as of 07:12, 27 March 2006

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 used by ccMixter and other sites.

Information

Short Description

"Web-based System Supporting Remixing and Collaboration on Media"

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. ccHost is web-based infrastructure that may be used to host and allow for commenting, remixing, and distribution globally. The more installations of ccHost and its variations, the more content there will be available for enjoyment and artistic re-use in a sane and legal setting. ccHost is what is used for the infamous Creative Commons CC Mixter project which supports legal media sharing and remixing. For more information, contact Jon Phillips at jon@creativecommons.org.

Frequently Asked Questions (FAQ)

Releases and Downloads

Current Version is 1.0.3

ccHost files on Source Forge

Press Releases

CVS

HOWTO Tag a Release

  • inside the module you are tagging
  • run: cvs tag CCHOST_1_0_2_RELEASE

Communication

Bugs, Patches and Feature Requests

Make sure to use the 'ccHost' category when filing bugs. Also, please use a real email so that we can followup on any bugs posted. Be descriptive when posting and commenting on bugs (every bit counts).

Support

Browsers

  • Tested on: Firefox 1.0+ Mac/PC/Linux, IE 6+ PC, Safari Mac
  • Javascript, XHTML 1.0+, CSS 2

Usage Examples

Installation

This needs to be added to and revised.

Requirements

  • PHP 4, MySQL 4, Cookies enabled in one's browser
  • Install the GetID3 (1.7.3) library from here: http://www.getid3.org/#download before you install ccHost. (It's a simple download-unpack operation)
  • If you would like integrated user comments and review threads you must install phpBB2 from http://www.phpbb.com/downloads.php. Ratings, Editorial Picks and Contest Polls are built into the core ccHost, user reviews and comments are NOT and relies on phpBB2 forum software to achieve this.
  • Platforms: This system has been tested on Apache 1 and 2 Windows and Linux. It also works with IIS on Windows. If you receive an error about DOCUMENT_ROOT, ignore it. IIS doesn't use DOCUMENT_ROOT, and ccHost doesn't seem to mind. If you have tested ccHost on System X or any other platform, please register as a ccDeveloper and update this page! Thanks. =)
  • Here is my block of code in the apache virtual host for setting the rewrite rules to get pretty urls:
<VirtualHost *:80>
ServerName ccmixter.localhost
ServerPath /ccmixter
#DocumentRoot /var/www/localhost/htdocs/cchost 
DocumentRoot /home/rejon/Documents/freelance/creativecommons/src/ccmixter

<Directory "/home/rejon/Documents/freelance/creativecommons/src/ccmixter">
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php?ccm=/$1 [L,QSA]
</Directory>
</VirtualHost>

MySQL commands for Setting up DB

  • install root mysql user:
    • mysqladmin -u root password 'PASSWORD_HERE'
  • once logged into mysql:
    • create database cchost;
  • to create a new user once inside mysql with access to a table cchost:
    • grant all on cchost.* to jsmith@localhost identified by 'Secret15';

phpBB2 Installation

Notes

  • Installing the CCHost software involved download the source files from sourceforge, and running a simple installation script. Permissions will need to be set on several folders, namely cclib/phptal/phptal_cache.
  • The text for the front page can be changed by editing ccfiles/home.xml. The other menu functions etc are generally modified using the admin functions of the site.

Development

Roadmap

Release Procedure

Community Building

Testing and Debugging

Sample Pools

People


History

Research