Author: wikier
Date: Wed Apr 30 12:19:00 2014
New Revision: 1591268
URL: http://svn.apache.org/r1591268
Log:
MARMOTTA-431: marmotta 3.2.0 release is now available from the stable
repository at stack.linkeddata.org
Modified:
marmotta/site/trunk/content/markdown/installation.md.vm
marmotta/site/trunk/pom.xml
Modified: marmotta/site/trunk/content/markdown/installation.md.vm
URL:
http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/installation.md.vm?rev=1591268&r1=1591267&r2=1591268&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/installation.md.vm (original)
+++ marmotta/site/trunk/content/markdown/installation.md.vm Wed Apr 30 12:19:00
2014
@@ -145,17 +145,17 @@ you can install Marmotta as part of the
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
+ deb http://stack.linkeddata.org/deb/ ldstack main
Now the local package list needs to be refreshed:
sudo apt-get update
-And then you can install Marmotta as normal:
+And then you can install Marmotta as a normal Debian package:
sudo apt-get install marmotta
-which will be deployed on Tomcat 7, commonly accessible at:
[http://localhost:8080/marmotta](http://localhost:8080/marmotta)
+Marmotta web application will be deployed on Tomcat 7, commonly accessible at:
[http://localhost:8080/marmotta](http://localhost:8080/marmotta)
<h2 id="source">Installation (source)</h2>
Modified: marmotta/site/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/marmotta/site/trunk/pom.xml?rev=1591268&r1=1591267&r2=1591268&view=diff
==============================================================================
--- marmotta/site/trunk/pom.xml (original)
+++ marmotta/site/trunk/pom.xml Wed Apr 30 12:19:00 2014
@@ -17,7 +17,6 @@
specific language governing permissions and limitations
under the License.
-->
-
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">