Start

Installation

LAMP Stack

The LAMP stack makes use of the following components:

  • Linux, the operating system
  • Apache, the HTTP server
  • MySQL, a database, not needed in this use case
  • PHP, the scripting language

Instead of MySQL, we are using the Virtuoso Database.

Linux

Since this virtual machine is based on Linux, this requirement is fullfilled.

Apache

If you can see this page, the Apache HTTP server (or your equivalent) is already running sucessfully. Nevertheless, we still need to configure the Apache to make it run OntoWiki.

Virtuoso Database

The Virtuoso can be installed directly from the Ubuntu repositories. To learn how go to the next section.

PHP

The pre-installed Apache already comes with PHP.