Web server configuration: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
==What’s inside our site root folder?==
==What’s inside our site root folder?==
{|
{|
|[[Special: Version|Wiki]]
|[[Main Page|Wiki]]
|Wikimedia 1.16
|[[Special: Version|MediaWiki]]
|----
|----
|[http://openfarmtech.org/weblog/ Blog]
|[http://blog.opensourceecology.org/ Blog]
|Wordpress
|Wordpress
|----
|----
|[http://openfarmtech.org/forum/ Forum]
|[http://forum.opensourceecology.org/ Forum]
|[[Vanilla Forums]]
|[[Vanilla Forums]]
|----
|----
Line 19: Line 19:
|Drupal
|Drupal
|----
|----
|[http://openfarmtech.org/community/civicrm CRM]
|[http://civicrm.opensourceecology.org/ CRM]
|CiviCRM
|CiviCRM
|----
|----
|}
|}
* To see the currently used version of MediaWiki, PHP and MySQL, visit the [[Special: Version]] page.


==Infrastructure Software==
==Infrastructure Software==

Revision as of 11:33, 26 March 2012

Overview

Website configuration information.

What’s inside our site root folder?

Wiki MediaWiki
Blog Wordpress
Forum Vanilla Forums
Surveys LimeSurvey
Community portal Drupal
CRM CiviCRM
  • To see the currently used version of MediaWiki, PHP and MySQL, visit the Special: Version page.

Infrastructure Software

Web Server Apache >= 2.2.17
Programming language PHP >= 5.2
Database MySQL >= 5.1.47
Database client MySQL client >= 5.1.47
  • Web hosting provider must enable .htacces use
  • SSH account should be enabled

Cron jobs

  • CiviCRM: hourly: ~/bin/civi-mail.sh
  • Drupal: hourly: curl --silent --compressed http://openfarmtech.org/community/cron.php
  • Backup site-root: Weekly: . ~/altroot/init.sh; ~/bin/mbkp.sh site-root
  • Backup MONTHLY: . ~/altroot/init.sh; ~/bin/mbkp.sh altroot; ~/bin/mbkp.sh blog-cache
  • Backup DAILY:

See Also