Skip to content
Snippets Groups Projects
Commit 975a87d8 authored by juanf's avatar juanf
Browse files

Update README.md

parent 0aec651d
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -40,7 +40,7 @@ config.bundle.min.js
openbis.bundle.js
openbis.bundle.min.js
# Developing openBIS
# Development of openBIS
## Requirements
- Postgres 11
......@@ -60,11 +60,24 @@ openBISDevelopementEnvironmentDSSStart
## 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".
# Developing openBIS NG UI
- From the command line on the root folder of this repo:
cd openbis_ng_ui
npm install
npm run dev
## Development of NG UI
- 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
1. Generate openBIS JS bundle by running in command line
1. cd /<OPENBIS_PROJECT_ROOT>/openbis_standard_technologies
2. ./gradlew :bundleOpenbisStaticResources
2. Start openBIS in your chosen IDE (NG UI assumes it will run at: http://localhost:8888/openbis-test/):
1. run openBISDevelopementEnvironmentASPrepare gradle task
2. run openBISDevelopementEnvironmentASStart gradle task
3. In command line do:
1. cd /<OPENBIS_PROJECT_ROOT>/openbis_ng_ui
2. npm install
3. npm run dev
4. Open in your chosen browser a url, by default: http://localhost:8124/ng-ui-path
## Setting up IntelliJ Idea
1. Under "IntelliJ IDEA" -> "Preferences" -> "Languages and Frameworks" -> Javascript, set the language version to ECMAScript 6.
## Setting up Visual Studio Code (alternative to IntelliJ Idea)
Install "ESLint" and "Prettier - Code formatter" extensions.
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