Skip to content
Snippets Groups Projects
Commit 277d662d authored by juanf's avatar juanf
Browse files

Update to readme indicating instructions to develop the NG UI.

parent dfdae734
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
# Building openBIS # Building openBIS
## Requirements ## Requirements
- JDK8 or JDK11 - JDK11 or JDK 17
## Step By Step: ## Step By Step:
``` ```
...@@ -19,7 +19,7 @@ cd installation/ ...@@ -19,7 +19,7 @@ cd installation/
They increase the time to obtain a build plus some tests could have additional environment requirements. They increase the time to obtain a build plus some tests could have additional environment requirements.
## Why the core UI made using GWT is not build anymore? ## Why the core UI made using GWT is not build anymore?
It increases the time to obtain a build plus it requires JDK8, it will be removed on next release. For now it can be build following the next commands: It increases the time to obtain a build plus it requires JDK8, it will be removed on next release. For now it can be build following the next commands and only with JDK8:
``` ```
git clone https://sissource.ethz.ch/sispub/openbis.git git clone https://sissource.ethz.ch/sispub/openbis.git
cd openbis_standard_technologies/ cd openbis_standard_technologies/
...@@ -59,3 +59,12 @@ openBISDevelopementEnvironmentDSSStart ...@@ -59,3 +59,12 @@ openBISDevelopementEnvironmentDSSStart
## IntelliJ can't find package com.sun.*, but I can compile the project using the command line! ## IntelliJ can't find package com.sun.*, but I can compile the project using the command line!
Turn off "File | Settings | Build, Execution, Deployment | Compiler | Java Compiler | Use --release option for cross-compilation". Turn off "File | Settings | Build, Execution, Deployment | Compiler | Java Compiler | Use --release option for cross-compilation".
# Developing openBIS NG UI
- From the command line on the root folder of this repo:
cd openbis_ng_ui
npm install
npm run dev
- Open the path indicated on the command Line on the browser: http://0.0.0.0:8124/ng-ui-path/
- The development mode of the openBIS NG UI requires to have openbis running
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment