Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EXL committed Dec 24, 2020
1 parent 38aa1c1 commit 9172e8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ sudo reboot
sudo systemctl enable nginx
```

### Recipe: Build and Test Code Polyglot application
### Recipe: Build, Run and Test Code Polyglot application

```bash
export GRAALVM_HOME=/opt/graalvm/graalvm-ce-java8-20.3.0
Expand All @@ -148,6 +148,7 @@ export PATH=$GRAALVM_HOME/bin:$PATH
cd ~/CodePolyglot/
DB_CONNECTION=jdbc:postgresql://localhost:5432/code DB_USERNAME=user DB_PASSWORD=password ./gradlew clean build
# ./gradlew clean bootJar
DB_CONNECTION=jdbc:postgresql://localhost:5432/code DB_USERNAME=user DB_PASSWORD=password java -jar build/libs/code-polyglot-*.jar
sudo mv build/libs/code-polyglot-*.jar /srv/
```

Expand Down

0 comments on commit 9172e8a

Please sign in to comment.