Update getting started documentation
authorPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 21 Feb 2019 11:01:06 +0000 (12:01 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 21 Feb 2019 11:02:18 +0000 (12:02 +0100)
src/site/apt/getting-started.apt

index 05533184727f2e6974f67f2bf6390cf104b59148..b1b611b2a2029005d1e9c66f6a6a68a239b67007 100644 (file)
@@ -35,9 +35,9 @@ $ git clone ssh://git@dev.e-taxonomy.eu/var/git/taxeditor.git
        
        * Open up the Import Wizard via <File -\> Import...> from the menu
        
-       * Choose <General -\> Existing projects into Workspace > and click next.
+       * Choose <Maven -\> Existing maven projects > and click next.
        
-       * Check <Select Root Directory> and browse to the <<<taxeditor/>>> directory. After confirming the directory selection dialog, the <Projects> list should contain a number of projects all starting with 
+       * For setting the <Root Directory> browse to the <<<taxeditor/>>> directory. After confirming the directory selection dialog, the <Projects> list should contain a number of projects all starting with 
        <<<eu.etaxonomy.taxeditor>>> which should be checked for import.
        
        * Click <Select All> to finish the wizard and import the projects into your workspace.
@@ -55,12 +55,11 @@ $ git clone ssh://git@dev.e-taxonomy.eu/var/git/taxeditor.git
        SNAPSHOT version of the cdmlibrary. Because that dependency will change quickly, we
        do not include it with the other dependencies but rather install it with maven. 
 
-       In order to do that you have to run <<<mvn validate>>> in your <<<taxeditor/eu.etaxonomy.taxeditor.cdmlib>>> and <<<taxeditor/eu.etaxonomy.taxeditor.molecular.lib>>> directory.
+       In order to do that you have to run <<<mvn install>>> and <<<mvn validate>>> in your <<<taxeditor>>> directory.
 
 ---
-$ cd taxeditor/eu.etaxonomy.taxeditor.cdmlib/
-$ mvn validate
-$ cd taxeditor/eu.etaxonomy.taxeditor.molecular.lib/
+$ cd taxeditor
+$ mvn clean install 
 $ mvn validate
 ---
 
@@ -71,6 +70,12 @@ $ mvn validate
  ---
 
        This will take some time, as maven will download the required dependencies.
+       
+       There is also a convenience shell script in <<<setup-project.sh>>> in the <<<taxeditor>>> directory
+       
+ ---
+ $ ./setup-project.sh
+ ---
 
 
        After maven has finished follow these steps: