Author: wikier
Date: Thu Feb 20 09:20:33 2014
New Revision: 1570119
URL: http://svn.apache.org/r1570119
Log:
MARMOTTA-431: added some documentation
Modified:
marmotta/site/trunk/content/markdown/installation.md.vm
Modified: marmotta/site/trunk/content/markdown/installation.md.vm
URL:
http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/installation.md.vm?rev=1570119&r1=1570118&r2=1570119&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/installation.md.vm (original)
+++ marmotta/site/trunk/content/markdown/installation.md.vm Thu Feb 20 09:20:33
2014
@@ -137,6 +137,26 @@ Afterwards, change to the newly created
To start a clean Marmotta installation.
+<h2 id="deb">Installation (debian)</h2>
+
+If you are using any [Debian](http://www.debian.org)-based system (Ubuntu for
example),
+you can install Marmotta as part of the [Linked Data
Stack](http://stack.linkeddata.org).
+
+For that, first you need to add a [new repository
entry](http://stack.linkeddata.org/download-and-install/)
+to `/etc/apt/sources.list`:
+
+ deb http://stack.linkeddata.org/deb/ ldstack-nightly main
+
+Now the local package list needs to be refreshed:
+
+ sudo apt-get update
+
+And then you can install Marmotta as normal:
+
+ apt-get install marmotta-webapp
+
+which will be deployed on Tomcat 7, commonly accessible at:
[http://localhost:8080/marmotta](http://localhost:8080/marmotta)
+
<h2 id="source">Installation (source)</h2>
Considering you have git and maven installed, you just need to run the
following commands: