Difference between revisions of "Extensions/website/setup"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
==Drupal Framework==
 
==Drupal Framework==
Version of drupal is: 5.0 with the following modules installed:
+
The used version of drupal [http://drupal.org] is: 5.0 with the following modules installed (but not all enabled):
 
*DrupalOpenID.tar.gz
 
*DrupalOpenID.tar.gz
 
*actions-5.x-1.x-dev.tar.gz
 
*actions-5.x-1.x-dev.tar.gz
Line 30: Line 30:
  
 
==Development Options==
 
==Development Options==
# Find issues on the website and report them
+
Depending on your knowlegde you can help to improve the site:
# Become a developer on the website
+
# Find issues on the website and report them.
# Get your hands on the files and install the framework and database localy and submit patches; files will be provided on demand
+
# Become a developer on the website and administrate it through the drupal webinterface.
 +
# Get your hands on the files and install the framework and database localy and submit patches; files will be provided on demand; installation would be like:
 
## mysql --user=x --password=y DB_Name < mysqldump.txt
 
## mysql --user=x --password=y DB_Name < mysqldump.txt
 
## tar xzf website.tar.gz
 
## tar xzf website.tar.gz
## some modifikations to the settings.php file from drupal
+
## Some modifikations to the settings.php file from drupal
 
## Disable clean url option in drupal
 
## Disable clean url option in drupal

Revision as of 18:59, 9 May 2007

Introduction

Extension repository based on DRUPAL framework: http://extensions.services.openoffice.org
(There is currently a password on the site: skunkworks - skrowknuks)
Hosted and started at OSU OSL: http://oooapps.osuosl.org
Discussion at website@extensions.openoffice.org, irc://irc.freenode.net/ooo-ext

Drupal Framework

The used version of drupal [1] is: 5.0 with the following modules installed (but not all enabled):

  • DrupalOpenID.tar.gz
  • actions-5.x-1.x-dev.tar.gz
  • cck-5.x-1.2.tar.gz
  • devel-5.x-1.x-dev.tar.gz
  • google_analytics-5.x-1.x-dev.tar.gz
  • i18n-5.x-1.x-dev.tar.gz
  • image-5.x-1.x-dev.tar.gz
  • imagefield-5.x-1.x-dev.tar.gz
  • jrating-5.x-1.x-dev.tar.gz
  • lineage-5.x-1.2.tar.gz
  • localizer-5.x-1.6.tar.gz
  • project-5.x-0.x-dev.tar.gz
  • taxonomy_image-5.x-1.0-beta1.tar.gz
  • taxonomy_menu-4.7.x-1.x-dev.tar.gz
  • views-5.x-1.5.tar.gz
  • views_bonus-5.x-1.0.tar.gz
  • views_filterblock-5.x-1.1.tar.gz
  • votingapi-5.x-1.2.tar.gz

There are some modifications made to some modules, which are hosted at http://extensions.openoffice.org/source/browse/extensions/www/ooo-ext-website/drupal

Version of MySQL server is 4.0.24

Development Options

Depending on your knowlegde you can help to improve the site:

  1. Find issues on the website and report them.
  2. Become a developer on the website and administrate it through the drupal webinterface.
  3. Get your hands on the files and install the framework and database localy and submit patches; files will be provided on demand; installation would be like:
    1. mysql --user=x --password=y DB_Name < mysqldump.txt
    2. tar xzf website.tar.gz
    3. Some modifikations to the settings.php file from drupal
    4. Disable clean url option in drupal
Personal tools