First Steps On Scalingo

Deployment Requirements

Git

Deploying an application on Scalingo requires you to have Git installed.

  • Linux: Use your package manager to install it. (example: apt-get install git)
  • macOS: If you’ve installed XCode, Git has been automatically installed. Otherwise, install it from Git official website
  • Windows: Install if from Git official website

SSH Key Setup

To identify that you are allowed to push to your application, you need to setup SSH authentication.

For any operating system, you need to copy the content of the public key to your account.

With our dashboard:

https://dashboard.scalingo.com/account/keys

With our command line client:

scalingo keys-add [name of the key] [path to the key]

# Example:

scalingo keys-add Laptop ~/.ssh/id_ed25519.pub

Some Tutorials to Start With


Suggest edits

First Steps On Scalingo

©2024 Scalingo