Difference between revisions of "TodoGAMMAL"

From Piratpartiets Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
* lägga in http://www.mediawiki.org/wiki/Extension:WikiEditor
 
* lägga in http://www.mediawiki.org/wiki/Extension:WikiEditor
 
* lägga in http://www.mediawiki.org/wiki/Extension:Cite/Cite.php
 
* lägga in http://www.mediawiki.org/wiki/Extension:Cite/Cite.php
 +
 +
=== Saker IT borde göra ===
 +
==== För OpenID ====
 +
* You need to install a few additional dependencies as PHP extensions or recompile your PHP if these are not part of your standard PHP installation. When running a server with OpenSUSE you will likely have to add (via YaST or manually) at least the modules gmp, mcrypt, curl, openssl, xml.
 +
* The extension depends on the OpenID PHP library from https://github.com/openid/php-openid . Clone a recent version and move the Auth subdirectory as explained below in the Installation section.
 +
* The extension has been developed and fully tested to work with MySQL databases by the maintainer. Working with PostgreSQL databases is confirmed since version 3.43 20131103.
 +
 +
Således bör man se till att
 +
* PostreSQL > 3.43 20131103
 +
* php-openid från länken ovan är installerat
 +
* modulerna gmp, mcrypt, curl, openssl och xml finns tillgängliga som PHP extensions

Revision as of 21:51, 10 February 2014

Denna sida listar saker som behöver fixas på wikin.

Nils att göra

Designsaker

Timmy att göra

Extensions-relaterat:

DONE:

Saker IT borde göra

För OpenID

  • You need to install a few additional dependencies as PHP extensions or recompile your PHP if these are not part of your standard PHP installation. When running a server with OpenSUSE you will likely have to add (via YaST or manually) at least the modules gmp, mcrypt, curl, openssl, xml.
  • The extension depends on the OpenID PHP library from https://github.com/openid/php-openid . Clone a recent version and move the Auth subdirectory as explained below in the Installation section.
  • The extension has been developed and fully tested to work with MySQL databases by the maintainer. Working with PostgreSQL databases is confirmed since version 3.43 20131103.

Således bör man se till att

  • PostreSQL > 3.43 20131103
  • php-openid från länken ovan är installerat
  • modulerna gmp, mcrypt, curl, openssl och xml finns tillgängliga som PHP extensions