Debian webmin
Installing debian server for SMW
package configuration
When installing debian select following packages
- SQL Database
- WEB server
Optional
- Desktop environment (not necessary for headless server)
WEBMIN
http://www.webmin.com/deb.html
webmin requirements
apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
installation
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.580_all.deb dpkg --install webmin_1.580_all.deb
pretty web GUI theme
login to webmin and go to theme page, and install stressfree
http://webmin-theme-stressfree.googlecode.com/files/theme-stressfree-2.10.tar.gz
openVPN webmin module
webmin configuration -> webmin modules
http://www.openit.it/downloads/OpenVPNadmin/openvpn-2.5.wbm.gz
webmin stats module
http://sourceforge.net/projects/webminstats/
apt-get install librrds-perl rrdcollect rrdtool
webmin configuration -> webmin modules
http://downloads.sourceforge.net/project/webminstats/Sysstats/2.5/sysstats-2.5.tgz
MediaWIKI
http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Debian_GNU/Linux
apt-get install php5-mysql
download/extract wiki
cd /var/www wget http://download.wikimedia.org/mediawiki/1.19/mediawiki-1.19.0.tar.gz tar vxfz mediawiki-1.19.0.tar.gz mv mediawiki-1.19.0 wiki
rm mediawiki-1.19.0.tar.gz
install it
go to http://10.0.0.192/wiki
copy localsettings php to /var/www/wiki/
LocalSettings.php
cd ~/Downloads scp LocalSettings.php root@10.0.0.192:/var/www/wiki/
SMW bundle
cd /var/www/wiki/extensions wget https://semantic-mediawiki-bundle.googlecode.com/files/SemanticBundle-20120327.tgz tar xvf SemanticBundle-20120327.tgz
rm SemanticBundle-20120327.tgz
# copy semantic bundle settings file cp semantic-bundle/SemanticBundleSettings.sample.php semantic-bundle/SemanticBundleSettings.php
include semantic bundle
echo ' # # Semantic MediaWiki # # http://www.mediawiki.org/wiki/Semantic_Bundle # require_once( "$IP/extensions/semantic-bundle/SemanticBundleSettings.php" ); require_once( "$IP/extensions/semantic-bundle/SemanticBundle.php" ); ' >> /var/www/wiki/LocalSettings.php
initialize SMW
http://debian.local/wiki/index.php/Special:SMWAdmin
enable SMW extensions
- Semantic Result Formats
- Semantic Forms
- Semantic Forms Inputs
- Semantic Compound Queries
- Semantic Drilldown
- Semantic Image Input
- Admin Links
- Arrays
- Data Transfer
- External Data
- Header Tabs
- Page Schemas
- Replace Text
admin tool
cd /var/www/wiki/extensions wget http://downloads.sourceforge.net/project/halo-extension/SMWHalo%201.7.0/MediaWiki%20extensions/wikiadmintool-1.7.0_0.zip unzip wikiadmintool-1.7.0_0.zip
echo ' # # Wiki Administration Tool 1.7.0 # # http://www.smwplus.com/index.php/Download#MEDIAWIKI_EXTENSIONS # require_once( "$IP/extensions/deployment/Deployment.php" ); ' >> /var/www/wiki/LocalSettings.php
Extension HALO
http://www.mediawiki.org/wiki/Extension:Halo_Extension cd /var/www/wiki wget http://downloads.sourceforge.net/project/halo-extension/SMWHalo%201.7.0/MediaWiki%20extensions/smwhalo-1.7.0_1.zip nuzip smwhalo-1.7.0_1.zip