Install the CLI. See the install docs.
Log in:
runway login
Add an SSH key. See key setup, or use the shortcut:
runway local key setup
We published an example repository on our Github organization:
git clone https://github.com/hostwithquantum/runway-example-java && cd runway-example-java
Many Java build tools (like Maven and Gradle) are automatically detected by runway, so most kinds of Java apps should be easy to get running.
runway app create
runway app deploy
Run runway app open to see it live, or check the Runway UI. Check runway app logs if something’s off.