Giter Site home page Giter Site logo

sca-cloud-school-application's Introduction

SCA Cloud School Application

This repository contains the files i used to create a webpage and the docker file to build a docker image.

Building the Docker Image

  • Create the html file and docker file in the docker folder
  • Open the terminal and switch to the folder
  • docker build --tag sca .
  • docker run --name sca -d -p 80:80 sca

output

Committing to Start and Feature Branch

  • Initialise git repo using

    git init

  • Switch to start branch

    git checkout -b start

  • Add docker folder

    git add .

  • Commit files to start branch

    git commit -m "SCA first commit"

  • Push to github repository

    git remote add origin https://github.com/MsOluwademilade/SCA-Cloud-School-Application.git

  • Switch to feature branch

    git checkout -b feature

  • Update webpage

  • Build and run docker image

  • Push final docker image to docker hub

    docker tag sca oluwademilade/sca_cloud_application

    docker push oluwademilade/sca_cloud_application:tagname

    Link to dockerhub repository dockerhub

sca-cloud-school-application's People

Contributors

msoluwademilade 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.