Create a Demo Web app

Create demo Web service on ErlaServers cloud platform via user interface

List of demo repositories

We have prepared multiple demo git repositories that you can easily deploy to any of our server clusters.

NextJS (Node.js) - https://github.com/ErlaServers/node-nextjs-demo

Flask (Python) - https://github.com/ErlaServers/python-flask-demo

Intro

Following this guide you'll deploy a Web application built from one of our prepared demo repositories stored at https://github.com

Step 1: Navigate to Create Web

Open up the Create dropdown menu that is always accessible at the top section from every place in our application.

Then choose Web service from the list.

Step 2: Choose a Cloud provider and Region

Choose a cloud provider and region where the application will be deployed.

Servers in all cloud providers and all regions are fully managed by us.

Step 3: Select a performance package

Scroll through the list of performance packages and choose one that is available in the selected region. By clicking on the + and - signs you can scale the number of nodes (simultaneously running copies of your application).

Having more than 1 copy of your application will provide you with a zero downtime deployment that prevents your application to goes down if anything goes wrong.

Step 4: Web details and Repository

In this last section, you can set some details about the services that you're about to create such as Name, Tags, Description, etc. For the purpose of this tutorial, you can leave it as it is.

From Git repository providers select the Demo Repository tab/option

Then select one of the demo repositories that we've prepared.

After selecting a demo repository all other settings are pre-set for you but you can still change a branch or commit.

Image, Build and Run commands are disabled for demo repositories.

Step 5: Ship the application

After hitting the Create Web button, the application will be built and deployed to the servers located in the region that you've chosen.

Now you've successfully deployed a demo application.

Last updated