Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Latest commit

 

History

History
50 lines (29 loc) · 1.55 KB

environment-saas.md

File metadata and controls

50 lines (29 loc) · 1.55 KB

In this step we will present the Acorn Saas platform.

First go to https://acorn.io

Acorn home

Next login using you GitHub account (this is the only thing you need to create a free account on the Acorn hosted environment)

Login

Login

Login

Once logged you will get to the dashboard

Dasbboard

From there you will be able to deploy an Acorn from an existing image or from a service catalog.

Another option is to connect your local acorn cli with the platform and deploy an app from an Acornfile, this is the option we will use in this workshop.

First, go into the Setup CLI menu under your profile picture. You will get instruction like the following one:

Setup CLI

Next run on your local machine the commands specified:

acorn login -p XXXXXXXX
acorn project use acorn.io/lucj/acorn

You will get a response similar to the following one:

  •  Run "acorn projects" to list available projects
  •  Run "acorn project use acorn.io/lucj/acorn" to set default project
  ✔  Login to acorn.io as lucj succeeded

Then check the web UI making sure the status is now Connected

Setup CLI

Your Acorn cli is now configured and ready to manage containerized applications.

Previous
Next