Quick Start
Get your first app running in under 5 minutes.
Launch a virtual machine
- Go to Compute → Virtual Machines → Create VM
- Name the VM and select a region
- Choose an OS image and version, then a plan
- Attach your SSH key
- Click Create VM
Connect using the Rumpty CLI once it's ready:
rumpty ssh <vm-name> --ws <workspace-id>Deploy from GitHub
- Go to Compute → Deployments → New deployment
- If GitHub isn't connected yet, click Install GitHub App and choose which repositories to share; you return to the form afterwards
- Select your repository and branch
- Build settings are auto-detected; adjust the port and environment variables if needed
- Choose a plan and click Create deployment
Future pushes to your selected branch will trigger deployments automatically.
Launch a one-click app
- Go to Compute → One-Click Apps
- Pick a template (e.g. WordPress)
- Fill in the deploy form and click Deploy