Skip to content

turner-aptible/aptible-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aptible Deploy Demo App

This repo is meant to show you how to deploy a test application for Aptible to get you up and running in a few minutes.

Requirements

Instructions

  1. Download this repo to your local machine.

  2. cd into this repo.

cd ~/aptible-demo-app
  1. Initialize Terraform within the directory.
terraform init
  1. Create a terraform.tfvars file in the directory and update with name of the environment you'd like to use in Aptible and save. Example contents:
aptible_environment = "change-me"
  1. Run terraform plan to validate changes.
terraform plan
  1. Run terraform apply and deploy app.
terraform apply
  1. Copy the app endpoint address in the terminal and see the app website deployed.

    NOTE: If you are using a legacy system that doesn't support the Ed25519 algorithm, use:

    ssh-keygen -t rsa -b 4096 -C "you@example.com"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages