Difference between revisions of "UNIKUM:Semantic MediaWiki for personal usage"

From its-wiki.no
Jump to: navigation, search
Line 23: Line 23:
 
</noinclude>
 
</noinclude>
  
= ⌘ Outline =
+
=⌘ Outline =
 
* MediaWiki and its environment
 
* MediaWiki and its environment
 +
  
 
=⌘ MediaWiki & extensions =
 
=⌘ MediaWiki & extensions =
 +
* MediaWiki is the core package written in PHP
 +
* It is possible to add functionality with extensions
 +
** Semantic MediaWiki
 +
** Semantic Forms
 +
** Semantic Forms Input
 +
** Semantic Result Formats
 +
** Semantic Maps
 +
** Math --> LaTeX formulas
 +
** ...
 +
 +
=⌘ SMW Requirements =
 +
* Web server
 +
** Apache
 +
** Nginx
 +
* PHP --> language that MediaWiki is written
 +
* DataBase
 +
** MySQL
 +
** SQlite
 +
** Postgress
 +
 +
=⌘ MW installation =
 +
* In a local machine
 +
* Hosting service
 +
** https://www.mediawiki.org/wiki/Hosting_services
 +
 +
* Windows
 +
** WAMP (Windows, Apache, MySQL, PHP)
 +
* Linux
 +
** LAMP
 +
* Mac OS
 +
** MAMP
 +
 +
=⌘ Environment configuration =
 +
* All data from SMW or MW is stored in a database
 +
* Is important to make some database backups
 +
** We can use Dropbox
 +
 +
* Is important not to change the default locations
 +
* Use symbolic links to point from dropbox folder to default location

Revision as of 18:05, 15 October 2014

Semantic MediaWiki for personal usage

Course UNIKUM Kollokvie
Title Semantic MediaWiki for personal usage
Lecture date 2014/10/16 1200-1300
presented by Iñaki Garitano
Objective Explain the basics about the Semantic MediaWiki for personal usage.
Learning outcomes Necessary software for personal SMW installation.

Basic usage of Semantic MediaWiki

Pensum (read before)
References (further info)
Keywords Semantic MediaWiki

this page was created by Special:FormEdit/Lecture, and can be edited by Special:FormEdit/Lecture/UNIKUM:Semantic MediaWiki for personal usage.



Semantic MediaWiki for personal usage

Title
Semantic MediaWiki
Subtitle
First steps
Author
Iñaki Garitano
Footer
Semantic MediaWiki for personal usage
Subfooter
UNIKUM kolloq


⌘ Outline

  • MediaWiki and its environment


⌘ MediaWiki & extensions

  • MediaWiki is the core package written in PHP
  • It is possible to add functionality with extensions
    • Semantic MediaWiki
    • Semantic Forms
    • Semantic Forms Input
    • Semantic Result Formats
    • Semantic Maps
    • Math --> LaTeX formulas
    • ...

⌘ SMW Requirements

  • Web server
    • Apache
    • Nginx
  • PHP --> language that MediaWiki is written
  • DataBase
    • MySQL
    • SQlite
    • Postgress

⌘ MW installation

  • Windows
    • WAMP (Windows, Apache, MySQL, PHP)
  • Linux
    • LAMP
  • Mac OS
    • MAMP

⌘ Environment configuration

  • All data from SMW or MW is stored in a database
  • Is important to make some database backups
    • We can use Dropbox
  • Is important not to change the default locations
  • Use symbolic links to point from dropbox folder to default location