Get Started
Using Diploi
When you launch a new Project using Diploi, you get a repository in your GitHub account, which is fully configured. All you need to launch a new Project, is to sign up using a Github account.
Launching a new application
When you register, you get access to the Diploi dashboard which allows you to create projects where you can collaborate with your team, and create development, staging and production deployments. To register, all you need is a Github account.
Prerequisites
- A GitHub account
Create an Account
To get started you need a Diploi account. Since Diploi is tightly integrated with GitHub go to console.diploi.com and authenticate using your GitHub account.
Create a Project
In Diploi, a project refers to a combination of components and add-ons that form the stack that will make up your application.
Once you define the components and add-ons of your application, you can change them by editing the diploi.yaml
in your project’s repository
To create a project for your app click Create Project from your dashboard, which will open the Stack Builder where you can choose the components and add-ons for your project.
Components

Add-ons

Once you have chosen the stack for your project, you will be able to see a preview of your selected stack.
Stack Preview

In the preview you can edit the identifier for each component and add-on you have selected by clicking on the previewed elements of your stack. This will change the folder name of the components in your monorepo and the internal hostname of your add-ons.

Creating a Repository to Host Your Project
The last step before launching your project is to configure how your new application’s code will be stored.
You have two options available:
-
Quick Launch where you can launch a project without a repository to store your code. This is ideal for testing quick, where you will run simple scripts or applications which must be accessible online.
-
Create Repository where a newly created repository is linked to your project. Ideal for launching new application intended for production. By creating a new repository for your project, you automagically enable Diploi’s push-to-deployment pipeline, where changes in your repository’s will update the state of your deployment.

Now that you have selected your desired stack and the configuration of your project, you can complete the creation of the project by clicking Launch Stack.
Launching a Deployment
To start a deployment, you have three different options:
- Development which allows you to start a server on which you can start a remote development environment using VSCode or our browser IDE, or connect directly to the server via SSH
- Staging to test your application and ensure stability before launching changes in your application to production
- Production to launch your application when it is ready to be used by your end users
Once you choose the type of deployment you need, choose the size that the deployment should have. The available deployment sizes include:
- S - 2 vCPUs and 4 GB of ram
- M - 2 vCPUs and 8 GB of ram
- L - 4 vCPUs and 16 GB of ram
- XL - 8 vCPUs and 32 GB of ram

Shutting Down a Deployment
If you want to stop a deployment from running, all you need to do is click on the “enabled” switch from the Deployments tab inside of your Project

Alternatively, you can also shutdown a deployment by clicking on the “enabled” switch found at the top of your Deployment’s status page

You can restart your Deployment at any time by clicking on the same switch you used for shutdown

Now your application is ready to be used!
Quick Launch
With Quick Launch, you can create a deployment in seconds which you can access directly using our browser IDE, connect remotely using VS code or connect directly to the remote server using SSH.
You can start a deployment right away from our homepage

In the stack builder, you can can choose the components and add-ons you want to have in your deployment, and that’s it!
You can click “Launch stack” and your deployment will be ready in less than 30 seconds.

Once the launch is complete, you will be able to connect to the remote server and your deployment will be accessible online with https.

If anything was unclear or you need help, talk with us on Discord or contact us