updating poms for 5.39.0-SNAPSHOT development
[cdm-vaadin.git] / README.md
index ab1809f44184b6b283b87bb0dc1506a03179d612..b41479daa005231db096eb4eadeace0200e922c7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,47 +1,4 @@
+# Vaadin developer ressources
 
-## Developer
+Please follow the instructions in the developer wiki: https://dev.e-taxonomy.eu/redmine/projects/algenregistrierung/wiki/Configuration
 
-### Configure vaadin UIs for a specific cdm data source
-
-On the fist application startup on a cdm data source the `eu.etaxonomy.cdm.addon.config.CdmVaadinConfiguration` will create a `vaadin-apps.properties` file in the cdm source specific configuration folder: `~/.cdmLibrary/remote-webapp/${cdm-source-bean-id}/`
-
-The default content of this file defined in `eu.etaxonomy.cdm.addon.config.CdmVaadinConfiguration.APP_FILE_CONTENT` at the time of writing this documentation is :
-
-~~~
-################################################################
-#                                                               
-# Vaadin application specific configurations                    
-#                                                               
-################################################################
-                                                                
-# Enablement of vaadin uis.                                     
-#                                                               
-# Multiple uis can be defined as comma separated list.          
-# Whitespace before and after the comma will be ignored.        
-# Valid values are the path properties of the @SpringUI         
-# annotation which is used for UI classes.                      
-cdm-vaadin.ui.activated=account,concept,distribution,editstatus 
-~~~
-
-There are more UIs that can be activated by adding them to the `cdm-vaadin.ui.activated` property. 
-For example to enable the `RegistrationUI` you will need to add the name defined in `eu.etaxonomy.cdm.vaadin.ui.RegistrationUI.NAME`:
-
-~~~
-cdm-vaadin.ui.activated=account,concept,distribution,editstatus,registration 
-~~~
-
-### Auto login into the vaadin application
-
-For development it can be convenient to enable the automatic login. 
-To enable this feature you will need to supply the following system properties:
-
-~~~
--Dcdm-vaadin.login.usr=username      
--Dcdm-vaadin.login.pwd=password
-~~~
-
-#### Setup Selenium based UI tests 
-
-**NOTE**: 
-
-* Run a `clean install` goal to download the Selenium drivers
\ No newline at end of file