From 1011a321c84ab48353a12fa809297f5879358ade Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 27 Mar 2014 06:02:23 +0000 Subject: [PATCH] move README.txt to README.md and update it git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1582202 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt => README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) rename README.txt => README.md (83%) diff --git a/README.txt b/README.md similarity index 83% rename from README.txt rename to README.md index 220bcb58d..73c9ec88b 100644 --- a/README.txt +++ b/README.md @@ -10,9 +10,8 @@ Running from Source Code ======================== As webapp js is in dev and won't probably be released soon, the module is not activated by default and it's included only in a profile -mvn tomcat7:run -pl :archiva-webapp -am (to save fingers :-) use sh ./t7.sh ) -or -mvn tomcat6:run -pl :archiva-webapp -am +mvn tomcat7:run -pl :archiva-webapp -am (to save fingers :-) use sh ./t7.sh ) (debug with sh ./t7-debug.sh port 8000) + hit your browser: http://localhost:9091/archiva/index.html @@ -44,6 +43,18 @@ This file must contains: -jrebel -generate files: mvn org.zeroturnaround:jrebel-maven-plugin:1.1.3:generate -Pjs +Using with cassandra as metadata storage +======================== +You can run the application using cassandra as storage. +sh ./t7.sh -Pcassandra + +Default cassandra host is localhost and port 9160 + +You can override using: + + * -Dcassandra.host= + * -Dcassandra.port= + + + -- 2.39.5