Get Started
This short exercise will set up your new Airbase project and launch your very first web application.
At the end of this guide, you’ll be able to deploy your container image, and visit the live URL on a web browser.
Before you begin
To login to Airbase, you’ll need one of the following:
- a
.gov.sg
email address; or - a TechPass account.
Airbase Onboarding
Create or Sign-in to your Airbase account
Creating an account on Airbase is easy and will take just a minute.
- If you are enrolled in TechPass, sign in with TechPass.
- Alternatively, if you have a
.gov.sg
email address, you can sign in to Airbase using this email.
Once you’ve logged in, fill in your profile.
Create your first Team
- Click on your name in the top right corner.
- Click Dashboard.
- Click Create Team.
- Enter a name and a unique handle for your team (cannot be changed later).
- Save your changes.
Create your first Project
- Navigate to All Projects and click Create Project
- Choose a name and a unique handle for your project (cannot be changed later).
- Save your changes.
That’s it!
Getting onboard with Airbase is that simple.
In the next few sections, we will install the Airbase CLI and deploy your first web application.
Dockerizing Application
As Airbase deploys Container workloads, you would need to prepare your application for deployments as containers. Typically, this would involve having a Dockerfile
, or using one of the images in a registry.
See Templates for application templates for common languages, and Docker Images for more information on how to Dockerize your applications.
Deploying on Airbase
We recommend starting with integration with SGTS Gitlab.