Difference between revisions of "CcTeamspace"

From Creative Commons
Jump to: navigation, search
(Usage and FAQ)
(Installation)
Line 47: Line 47:
 
* [http://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Forms]: edit your pages with forms
 
* [http://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Forms]: edit your pages with forms
 
* [http://www.mediawiki.org/wiki/Extension:Semantic_Calendar Semantic Calendar]: use a monthly calendar to display your tasks (Don't forget to consider [http://www.mediawiki.org/wiki/Extension:Semantic_Calendar#The_caching_issue this point] during installation)
 
* [http://www.mediawiki.org/wiki/Extension:Semantic_Calendar Semantic Calendar]: use a monthly calendar to display your tasks (Don't forget to consider [http://www.mediawiki.org/wiki/Extension:Semantic_Calendar#The_caching_issue this point] during installation)
* [http://www.mediawiki.org/wiki/Extension:SemanticTasks Semantic Tasks]: email notifications and reminders.
+
* [http://www.mediawiki.org/wiki/Extension:SemanticTasks SemanticTasks]: email notifications and reminders.
  
 
=Usage and FAQ=
 
=Usage and FAQ=

Revision as of 16:39, 26 June 2008

CcTeamspace is the internal task and project tracking system used at Creative Commons. It is powered by Semantic Media Wiki.

Presentation

CcTeamspace can be considered as a web-based collaborative project management software. It is in fact only a wiki data structure to be used on a MediaWiki platform.

The main features are :

  • Traditional wiki features (pages, links, images...)
  • Semantic web features (words have a meaning for the machine)
  • Project and task management system.

Installation

Requirements:

  • Web Server such as Apache or IIS
  • PHP version 5.0 or later (5.1.x recommended)
  • Database Server MySQL 4.0 or later

Follow these five steps to install ccTeamspace on your server :

(1) MediaWiki : MediaWiki is a free software wiki package used for Wikipedia and many other wikis. It's the basis of the ccTeamspace software. Follow the MediaWiki installation guide to complete the installation of your wiki.

(2)Semantic MediaWiki: On this MediaWiki installation, we will add some semantic features. Download Semantic MediaWiki and follow the four installation steps.

(3) Import the ccTeamspace structure:

  • Download the [ccTeamspace structure xml file].
  • Log in with your Sysops account and go to the Special:Import page to import the xml file.

(4) Refresh the semantic data with a script: Move the php file ./extensions/SemanticMediaWiki/maintenance/SMW_refreshData.php to the ./maintenance/ directory of your MediaWiki installation. Then execute the SMW_refreshData.php script to create the semantic data in your database.

  php maintenance/SMW_refreshData.php


(5) Add Semantic Extensions: All of the following extensions are needed:

Usage and FAQ

When a new user is created, add the following code to enable the task calendar template:

   {{Staff}}
   {{User Tasks}}

How do I add a task? On an user page, click on Add task or go to the page Category:Task

How to I add a project? Go to the page Category:Project

How to I add a project category? Go to the page Category:Project_Category

Developers

If you want to contribute to the enhancement of the ccTeamspace data structure, please read this page.