Skip to main content
Try Demo App

Test LocalOps using our sample application and cloud account

Anand Muthukrishnan avatar
Written by Anand Muthukrishnan
Updated over a week ago

Get started instantly with LocalOps and spin up app environments using our sample apps and sandbox AWS connection.

For your convenience, your LocalOps account comes with the following:

  1. Sample App(s)

  2. Sample Releases

  3. Sandbox Cloud Connection

  4. Default Environment template

Using these, you can start creating App Environments and explore all the core functionality.

Source code of each of the sample/demo apps are available in our Github organisation.

Sample App

Navigate to Apps section from the sidebar. You can see the Sample Python/Django app in this page.

This is a Python/Django application we built and packaged as Kubernetes Helm chart.

Sample Releases

Navigate to Releases section from the sidebar. You can see there are multiple releases that you didn't create earlier. These belong to the sample Python/Django app.

Sandbox Cloud Connection

Navigate to Connections section from the sidebar. You can see there is a cloud connection available that you didn't create either. This belongs to LocalOps and points at LocalOps's own AWS account.

Instead of adding your own cloud connection, you can use this connection to spin up App environments and explore functionalities quickly.

Default Environment Template

Navigate to Environment templates from the sidebar. You can see there is a Default template available that you didn't create earlier. This environment template creates infrastructure that works for most software cloud deliveries on AWS.

Creating first App environment

  1. Navigate to App environments

  2. Click on "Create App environment"

  3. Pick "Private Delivery" as Environment type

  4. Provide a name like "My First Env"

  5. Pick the "Default" environment template

  6. Pick the Sample app as app to be deployed

  7. Pick any version as App version

  8. Pick "AWS Sandbox account"

  9. Pick "Frankfurt, Germany" as Cloud region

  10. Click "Next: Review environment"

  11. Click "Looks good. Create app environment" in next step after reviewing environment details.

πŸŽ‰ Your first app environment is now provisioned in "AWS Sandbox account".

As you can see, you can deploy any application to any cloud and region this way.

Did this answer your question?