You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2016/10/17 10:19:45 UTC

svn commit: r1765237 - /karaf/site/trunk/README.md

Author: jbonofre
Date: Mon Oct 17 10:19:45 2016
New Revision: 1765237

URL: http://svn.apache.org/viewvc?rev=1765237&view=rev
Log:
Add quick README showing how to build and publish website

Added:
    karaf/site/trunk/README.md

Added: karaf/site/trunk/README.md
URL: http://svn.apache.org/viewvc/karaf/site/trunk/README.md?rev=1765237&view=auto
==============================================================================
--- karaf/site/trunk/README.md (added)
+++ karaf/site/trunk/README.md Mon Oct 17 10:19:45 2016
@@ -0,0 +1,28 @@
+Apache Karaf Website
+====================
+
+This project contains the Apache Karaf website.
+
+## Build
+
+You need a machine with Maven to build the website.
+
+Checkout:
+
+```
+http://svn.apache.org/repos/asf/karaf/site/trunk/ karaf-site
+```
+
+Run Build:
+
+```
+mvn clean install
+```
+
+## Publish
+
+To publish the local website to the production location (http://karaf.apache.org), you have to use:
+
+```
+mvn install scm-publish:publish-scm
+```