Skip to content

Commit

Permalink
updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmg75it committed Sep 19, 2024
1 parent 1d071a5 commit 5b00d46
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions quickstart-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ Latest [GreenVulcano] instances work on [Apache Karaf] 4.2.7.
## Installation
Before to run karaf, you have to configure GreenVulcano Maven repository:
update <karaf_home>/etc/**org.ops4j.pax.url.mvn.cfg** file and add to key **org.ops4j.pax.url.mvn.repositories** following row:
> http://mvn.greenvulcano.com/nexus/content/groups/public@id=gv@snapshots, \
> http://mvn.greenvulcano.com/nexus/content/groups/public@id=gv, \
Please check that in /etc/**org.ops4j.pax.url.mvn.cfg** file the following repositories listed in key **org.ops4j.pax.url.mvn.repositories** use https protocol, otherwise the download of artifacts from these repositories will not work
```
https://repo1.maven.org/maven2@id=central, \
https://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases, \
```

Then start Karaf (Open a terminal in **#KarafHome** */bin* and write *./karaf*)

Install feature repository and install gvegine
```sh
gvadmin@root()> feature:repo-add mvn:it.greenvulcano.gvesb/features/4.1.0/xml/features
gvadmin@root()> feature:repo-add mvn:it.greenvulcano.gvesb/features/4.1.2/xml/features
gvadmin@root()> feature:install gvengine
```
To open GV Console go to http://localhost:8181/gvconsole/#/login and log with *gvadmin gvadmin*
Expand Down

0 comments on commit 5b00d46

Please sign in to comment.