Documentation Overview

Get started with Nubis Cloud

Getting Started with Nubis

Welcome to Nubis Cloud! This guide will help you get started with our platform and show you how to deploy your first application.

What is Nubis?

Nubis is a cloud infrastructure platform designed to make cloud computing more accessible, affordable, and easy to use. We provide a range of services including compute, storage, and databases, all with a simple, intuitive interface.

Prerequisites

Before you begin, you'll need:

  • A Nubis account (join our waitlist if you don't have one yet)
  • Basic familiarity with command-line interfaces
  • A project you want to deploy

Installation

To get started with Nubis, you'll need to install our CLI tool:

npm install -g nubis-cli

Once installed, you can log in to your account:

nubis login

Your First Deployment

To deploy your first application, navigate to your project directory and run:

nubis init nubis deploy

This will guide you through the process of configuring your application and deploying it to Nubis.

Next Steps

Now that you've deployed your first application, you might want to explore: