cancel
Showing results for 
Search instead for 
Did you mean: 

Integrate the MediaWiki

cfleu
Champ in-the-making
Champ in-the-making
Hi all:

I am new on alfresco and I am integrante the MediaWiki on Alfresco
I have read the alfresco wiki and induce three steps:

1. Install the PHP Integration
2. Enable PHP Server
3. Install the Mediawiki.amp

My question is:
1. Where can I find(or create) mediawiki.amp
2. How do I use MMT to install mediawiki.amp

[Reference]
http://wiki.alfresco.com/wiki/PHP_Templating_and_Scripting_AMP_Installation_Instructions
http://wiki.alfresco.com/wiki/Alfresco_MediaWiki_Installation_Instructions
http://wiki.alfresco.com/wiki/Module_Management_Tool


Thanks~~

Owen
1 REPLY 1

cfleu
Champ in-the-making
Champ in-the-making
Answering the questions by myself:

1. Where can I find(or create) mediawiki.amp
The phpIntegration-unsupported.amp and org.alfresco.module.mediawikiintegration-unsupported.amp can be download at:
http://wiki.alfresco.com/wiki/Community_Edition_3.2_file_list


2. How do I use MMT to install mediawiki.amp
$ java -jar /opt/alfresco/bin/alfresco-mmt.jar install ./phpIntegration-unsupported.amp /opt/alfresco/tomcat/webapps/alfresco.war


sudo java -jar /opt/alfresco/bin/alfresco-mmt.jar install ./phpIntegration-unsupported.amp /opt/alfresco/tomcat/webapps/alfresco.war
Module managment tool available commands:
———————————————————–

install: Installs a AMP file(s) into an Alfresco WAR file, updates if an older version is already installed.
usage:   install <AMPFileLocation> <WARFileLocation> [options]
valid options:
   -verbose   : enable verbose output
   -directory : indicates that the amp file location specified is a directory.
                All amp files found in the directory and its sub directories are installed.
   -force     : forces installation of AMP regardless of currently installed module version
   -preview   : previews installation of AMP without modifying WAR file
   -nobackup  : indicates that no backup should be made of the WAR

———————————————————–

list:  Lists all the modules currently installed in an Alfresco WAR file.
usage: list <WARFileLocation>

———————————————————–
It doesn't work! How can I do? Please help me!
Thanks anyway!