Coder Social home page Coder Social logo

duke-cloud-computing's Introduction

Cloud Computing Foundations

by Duke University

Learning goals

  • Learn how to build continuous delivery pipelines.
  • Learn about the different types of Cloud service models.
  • Learn how to utilize Infrastructure as Code to manage Cloud Infrastructure.
  • Put theory into practice by doing the project.

Open the notes from course =>

Projects

Scaffold

Test build Scaffold

  1. Go to scaffold directory

    cd scaffold
  2. Create Python virtual environment

    python3 -m venv ~/.scaffold
  3. Activate the venv

    source ~/.scaffold/bin/activate
  4. Install required packages

    make install

    Useful commands

    make all # install run test at once
    deactivate # exit the venv

Hugo App

Build with CodeBuild

  1. Go to hugo-app

    cd hugo-app
  2. Download hugo with compressed binary

    wget https://github.com/gohugoio/hugo/releases/download/v0.119.0/hugo_0.119.0_Linux-64bit.tar.gz
    # wget https://github.com/gohugoio/hugo/releases/download/v0.119.0/hugo_0.119.0_linux-arm64.tar.gz # AArch64
  3. Uncompress the file

    tar zxvf hugo_0.119.0_Linux-64bit.tar.gz
  4. Create /bin path if not exists

    mkdir -p ~/bin
  5. Move the binary file to bin folder

    mv hugo ~/bin/
  6. Build public files

    hugo
  7. Serve hugo app

    hugo serve

duke-cloud-computing's People

Contributors

agne6ka avatar

Watchers

 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.