Numerous Quick Start Guide

Numerous Quick Start Guide

Follow the steps below to start your Numerous app development journey.

Install

Install the Numerous command-line interface (CLI):

terminal
pip install numerous

Before you install the Numerous CLI, we recommend that you create and activate a Python virtual environment (opens in a new tab).

Initialize

Use the init command to initialize your app:

terminal
numerous init

The numerous init command gives you a short wizard to enter your information. Enter the name of your app, add a description, select which app engine you are working with, and specify relative paths to your app and requirements files.

See how to work with the different app engines here. When you have completed these steps, you are ready to push to Numerous.

Push

Push your app to Numerous:

terminal
numerous push

When you push your app, we will build and deploy it. This process takes a few seconds. You will get status updates throughout the process.

When the build is done, you will receive a URL that you can share. The URL directs to the live app on Numerous.

Then, share!

You can now share the URL from step 3 with your network. Read more about the end-user experience here. When the app is accessed, it will begin the deployment process. This process takes a few seconds.