Difference between revisions of "Extensions/website/setup"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
(Introduction)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Introduction==
 
==Introduction==
 
  Extension repository based on DRUPAL framework: http://extensions.services.openoffice.org
 
  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://www.osuosl.org
  Hosted and started at OSU OSL: http://oooapps.osuosl.org
+
  Discussion at websites@extensions.openoffice.org, irc://irc.freenode.net/ooo-ext
  Discussion at website@extensions.openoffice.org, irc://irc.freenode.net/ooo-ext
+
  
 
==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
+
 
*actions-5.x-1.x-dev.tar.gz
 
*actions-5.x-1.x-dev.tar.gz
 +
*atom-5.x-1.x-dev.tar.gz
 
*cck-5.x-1.2.tar.gz
 
*cck-5.x-1.2.tar.gz
 
*devel-5.x-1.x-dev.tar.gz
 
*devel-5.x-1.x-dev.tar.gz
Line 17: Line 16:
 
*jrating-5.x-1.x-dev.tar.gz
 
*jrating-5.x-1.x-dev.tar.gz
 
*lineage-5.x-1.2.tar.gz
 
*lineage-5.x-1.2.tar.gz
 +
*link-5.x-1.5.tar.gz
 
*localizer-5.x-1.6.tar.gz
 
*localizer-5.x-1.6.tar.gz
 +
*panels-5.x-1.2.tar.gz
 
*project-5.x-0.x-dev.tar.gz
 
*project-5.x-0.x-dev.tar.gz
 +
*tagadelic-5.x-1.x-dev.tar.gz
 
*taxonomy_image-5.x-1.0-beta1.tar.gz
 
*taxonomy_image-5.x-1.0-beta1.tar.gz
*taxonomy_menu-4.7.x-1.x-dev.tar.gz
+
*taxonomy_list-5.x-1.1.tar.gz
 +
*taxonomy_menu-5.x-1.x-dev.tar.gz
 
*views-5.x-1.5.tar.gz
 
*views-5.x-1.5.tar.gz
 
*views_bonus-5.x-1.0.tar.gz
 
*views_bonus-5.x-1.0.tar.gz
 
*views_filterblock-5.x-1.1.tar.gz
 
*views_filterblock-5.x-1.1.tar.gz
 
*votingapi-5.x-1.2.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/website
+
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
 
Version of MySQL server is 4.0.24
 +
 +
There are made backups of the webserver directory and the database every day, that are kept for 30 days at OSUOSL.
  
 
==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
 +
[[Category:Extensions]]

Latest revision as of 09:12, 26 March 2011

Introduction

Extension repository based on DRUPAL framework: http://extensions.services.openoffice.org
Hosted and started at OSU OSL: http://www.osuosl.org
Discussion at websites@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):

  • actions-5.x-1.x-dev.tar.gz
  • atom-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
  • link-5.x-1.5.tar.gz
  • localizer-5.x-1.6.tar.gz
  • panels-5.x-1.2.tar.gz
  • project-5.x-0.x-dev.tar.gz
  • tagadelic-5.x-1.x-dev.tar.gz
  • taxonomy_image-5.x-1.0-beta1.tar.gz
  • taxonomy_list-5.x-1.1.tar.gz
  • taxonomy_menu-5.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

There are made backups of the webserver directory and the database every day, that are kept for 30 days at OSUOSL.

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