aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2014-03-27 06:02:23 +0000
committerOlivier Lamy <olamy@apache.org>2014-03-27 06:02:23 +0000
commit1011a321c84ab48353a12fa809297f5879358ade (patch)
treef88035e1770534b16bfdd989396d60161fa89ba9
parent779890ebd9f78dd88572d949e357c771207f01ec (diff)
downloadarchiva-1011a321c84ab48353a12fa809297f5879358ade.tar.gz
archiva-1011a321c84ab48353a12fa809297f5879358ade.zip
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
-rw-r--r--README.md (renamed from README.txt)21
1 files changed, 16 insertions, 5 deletions
diff --git a/README.txt b/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:
</Context>
-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=
+
+
+