initial quantum version
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / install.txt
diff --git a/archive/net.sourceforge.phpeclipse.quantum.sql/install.txt b/archive/net.sourceforge.phpeclipse.quantum.sql/install.txt
new file mode 100644 (file)
index 0000000..b05046b
--- /dev/null
@@ -0,0 +1,24 @@
+Quick and Dirty Install Instructions:
+1. Download and unpack eclipse 2.1.1 into a directory [e.g. C:\Test\eclipse]
+2. Download Quantum
+3. Unzip quantum into the parent directory of eclipse [e.g. C:\Test]. The zip file has the relative path
+   eclipse/plugins/com.quantum.Quantum_2.2.0 So if you have called the eclipse directory by any other
+   name you should unzip into a temporary directory, take the com.quantum.Quantum_2.2.0 directory,
+   and copy it into your plugins directory.
+4. Launch eclipse. You need java 1.4 or higher to run Quantum. So if you don't have it installed,
+   you can install it to use only with Eclipse. Install it into some directory, and run eclipse with
+   the -vm parameter:
+   
+               Eclipse.exe -d C:\Test\workspace -vm C:\java\jre1.4.2\bin\javaw.exe
+               
+               or
+               
+               Eclipse.exe -d /home/panic/workspace -vm /usr/java/bin/
+   
+5. Open the Quantum DB Perspective [Go to Windows -> Open Perspective -> Other and select Quantum DB Perspective]
+6. Right click any where on the Bookmark view and select "New Bookmark..."
+7. If you need more instructions, check the documentation (/doc directory under com.quantum.Quantum_2.2.0), and
+   the online documentation in the sourceforge page (http://sourceforge.net/docman/?group_id=7746).
+   
+8. If you update to Quantum 2.2.3 from a previous version, you may get warnings about not being able
+   to restore some views.  Close your Quantum perspective and re-open it.
\ No newline at end of file