Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
975a87d8
Commit
975a87d8
authored
2 years ago
by
juanf
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
0aec651d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!40
SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+21
-8
21 additions, 8 deletions
README.md
with
21 additions
and
8 deletions
README.md
+
21
−
8
View file @
975a87d8
...
...
@@ -40,7 +40,7 @@ config.bundle.min.js
openbis.bundle.js
openbis.bundle.min.js
# Develop
ing
openBIS
# Develop
ment 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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment