RumptyCloud
Skip to main content

Quick Start

Get your first app running in under 5 minutes.

Launch a virtual machine

  1. Go to Compute → Virtual Machines → Create VM
  2. Name the VM and select a region
  3. Choose an OS image and version, then a plan
  4. Attach your SSH key
  5. Click Create VM

Connect using the Rumpty CLI once it's ready:

rumpty ssh <vm-name> --ws <workspace-id>

Deploy from GitHub

  1. Go to Compute → Deployments → New deployment
  2. If GitHub isn't connected yet, click Install GitHub App and choose which repositories to share; you return to the form afterwards
  3. Select your repository and branch
  4. Build settings are auto-detected; adjust the port and environment variables if needed
  5. Choose a plan and click Create deployment

Future pushes to your selected branch will trigger deployments automatically.

Launch a one-click app

  1. Go to Compute → One-Click Apps
  2. Pick a template (e.g. WordPress)
  3. Fill in the deploy form and click Deploy

What's next?