Skip to content

ivoputzer/awesome-devops-and-cd-ed4

Repository files navigation

Playroom Web App

Installation

  • git clone git@github.com:ivoputzer/awesome-devops-and-cd-ed4.git
  • cd awesome-devops-and-cd-ed4
  • npm install
  • npm test

Run

  • npm run dev # runs parcel serve which takes care of static assets
  • npm run start # using nodemon runs server.js which is based on http, express, socket.io

How to generate a password hash for provision.yml

docker run -it alpine:latest /usr/bin/mkpasswd --method=sha-512


# - name: <github-username>
#   comment: <full-name>
#   password: <generated-password-hash>
#   state: present

Contributors

Pull changes

git pull --rebase origin master

npm run docker:build
npm run static:build

npm run docker
npm run static

Docker compose

git pull --rebase origin master

docker compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published