Giter VIP home page Giter VIP logo

asterion-as-code's Introduction

Asterion as code

Need to deploy some asterion digital infrastructure or applications? Then you are in the right place! This repository stores the end to end documented processes for deploying asterion infrastructure or applications.

Installing pre-requisites

Before you dive into deployments, there are some pre-requisites you’ll need, these are listed below:

Pulumi cli

Before we begin we should ensure we have the latest version of the pulumi cli utility installed. Asterion digital uses pulumi for modern infrastructure as code using python.

The helper script below will install the pulumi cli to /home/$USER/.pulumi/bin and add it to your $PATH.

# Run installation script
curl -fsSL https://get.pulumi.com | sh

# Verify version installed
pulumi version

Amazon web services cli

Asterion infra development environments are deployed on aws. To interact with aws you will need the aws cli.

# Download the binary
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"

# Unzip and install
unzip awscliv2.zip && sudo ./aws/install

# Clean up
rm -rf awscliv2.zip aws

Raspberry Pi Infrastructure

Asterion infra development environments can also be deployed on a Raspberry Pi. Use the following RPI guide to setup this infrastructure quickly and easily.

asterion-as-code's People

Contributors

shawngerrard avatar jmhbnz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.