Skip to content

Commit

Permalink
Merge pull request #54 from oicr-gsi/cardea_install_instructions
Browse files Browse the repository at this point in the history
simplify mvn run command and clarify instructions
  • Loading branch information
grapigeau authored Sep 26, 2024
2 parents 15aaeb1 + 4fbdb4c commit ea5b539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ From the project root, build runnable `.jar` file (located in `cardea-server/tar

`mvn clean package`

Or run server via Maven:
Or run server via Maven (ensure config is in cardea-server):

`mvn clean install && cd cardea-server && mvn clean spring-boot:run`
mvn clean install && mvn spring-boot:run -pl cardea-server

The server runs on port 8080 by default. To run on a different port, add a `server.port` setting
to your `application.properties`
Expand Down

0 comments on commit ea5b539

Please sign in to comment.