Skip to content

Commit

Permalink
feat(docs): fix contributing gradle commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Dec 14, 2024
1 parent 16958f3 commit 940c1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/01.getting-started/16.contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ You can also build it from a terminal using `./gradlew build`, the Gradle wrappe
- `KESTRA_PLUGINS_PATH`: is the path where you will save plugins as Jar and will be loaded during the startup process.
- If you encounter **JavaScript memory heap out** error during startup, configure `NODE_OPTIONS` environment variable with some large value.
- Example `NODE_OPTIONS: --max-old-space-size=4096` or `NODE_OPTIONS: --max-old-space-size=8192` ![Intellij IDEA Configuration ](/docs/contribution/node_option_env_var.png)
- You can also use the gradle task `./gradlew runStandalone` that will run a standalone server with `MICRONAUT_ENVIRONMENTS=override` and plugins path `local/plugins`
- You can also use the gradle task `./gradlew runLocal` that will run a standalone server with `MICRONAUT_ENVIRONMENTS=override` and plugins path `local/plugins`
- The server start by default on port 8080 and is reachable on `http://localhost:8080`.

If you want to launch all tests, you need Python and some packages installed on your machine. On Ubuntu, you can install them with the following command:
Expand Down

0 comments on commit 940c1b4

Please sign in to comment.