summaryrefslogtreecommitdiffstats
path: root/petascope/INSTALL
diff options
context:
space:
mode:
authorConstantin <jucovschi@gmail.com>2010-06-02 20:11:10 +0200
committerConstantin <jucovschi@gmail.com>2010-06-02 20:11:10 +0200
commit93b5abce94b65529df95670dd45260bc469e120b (patch)
treeb82ce43668fc6053e88d2ec4cc4a91e7527cbd4b /petascope/INSTALL
parent26c676d01aa3995556d83fbee6a84f87a51915a9 (diff)
parent40e12c6af9d05c3413efaf535c35c625b736cbb9 (diff)
downloadrasdaman-upstream-93b5abce94b65529df95670dd45260bc469e120b.tar.gz
rasdaman-upstream-93b5abce94b65529df95670dd45260bc469e120b.tar.xz
rasdaman-upstream-93b5abce94b65529df95670dd45260bc469e120b.zip
Merge branch 'master' of git://kahlua/petascope
Diffstat (limited to 'petascope/INSTALL')
-rw-r--r--petascope/INSTALL25
1 files changed, 25 insertions, 0 deletions
diff --git a/petascope/INSTALL b/petascope/INSTALL
new file mode 100644
index 0000000..9ef074b
--- /dev/null
+++ b/petascope/INSTALL
@@ -0,0 +1,25 @@
+This file contains instructions on how to install PetaScope.
+
+BUILD AND INSTALL:
+
+- download the PetaScope package from www.petascope.org/Download
+ and uncompress the tarball; alternatively, download from the
+ repository saying
+ $ git clone git://kahlua.eecs.jacobs-university.de/petascope.git
+- compile the code and the servlet interface:
+ $ ant
+- edit the settings.properties configuration file
+- initialize the PostgreSQL database for PetaScope metadata saying
+ $ psql < misc/petascopedb.sql
+- deploy the war file, dist/petascope.war, with Tomcat.
+
+Please note that in order for PetaScope to run, you also need a
+rasdaman server available. You can download and install it from
+www.rasdaman.org/Download
+
+For further details, refer to the documentation available at
+www.petascope.org/Install and www.petascope.org/Support.
+
+VERSION COMPATIBILITY STATEMENT:
+
+Petascope compiles successfully with Java 1.6.