Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
phoebus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anders Harrisson
phoebus
Commits
30ff718f
Commit
30ff718f
authored
4 years ago
by
Georg Weiss
Browse files
Options
Downloads
Patches
Plain Diff
Issue_1650 Clarified instructions in README
parent
7dcef431
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-20
12 additions, 20 deletions
README.md
with
12 additions
and
20 deletions
README.md
+
12
−
20
View file @
30ff718f
...
...
@@ -23,20 +23,21 @@ They could be obtained by expanding a zip-ed phoebus target from an existing bui
mvn clean verify -f dependencies/pom.xml
```
## Building with maven
### Quickstart (Build & run)
To build and run the phoebus product
Define the JAVA_HOME environment variable to point to your Java installation directory.
Mac OS users should use something like:
```
mvn clean install
cd phoebus-product
mvn exec:java
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.0.5+10/Contents/Home
```
Verify through:
```
$JAVA_HOME/bin/java -version
```
### Building
Make sure your PATH environment variable includes JAVA_HOME and the path to the Maven executable.
### Build
To build the entire phoebus stack
...
...
@@ -54,19 +55,12 @@ or build with `mvn -DskipTests ...` to skip tests.
### Running the phoebus application
To run with maven
```
cd phoebus-product
mvn exec:java
```
To run the product jar
```
cd phoebus-product/target
java -jar product-*-SNAPSHOT.jar
```
## Building with ant
```
...
...
@@ -123,16 +117,14 @@ Can now start product/src/main/java/org.phoebus.product/Launcher.java.
## Developing with Intellij IDEA
First, download the target platform as described above.
To import the project:
*
Start Intelli
j
*
Start Intelli
J. Make sure to install the Lombok plugin.
*
Import Project
*
Select the Phoebus directory
*
Import project from external model: Maven
*
Accept the default options and click Next twice
*
Ensure that the JDK is version
9
or above
*
Ensure that the JDK is version
11
or above
*
Change the project name to Phoebus and click finish
To run the Phoebus application:
...
...
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