Git Product home page Git Product logo

2023-tw-devops-days's Introduction

Introduction

This is the questionnaire source code for 2023 DevOps Days If you have any suggestions, please get in touch with us. Thank you!

Resource

How to run on your local

  1. Install docker

  2. Setup Environment

    echo "" > .env
    
  3. Run Docker images

    make up.web

    or

    docker-compose up web -d
  4. Run access docker container

    make exec.web

    or

    docker exec -it devops-days_web /bin/bash
  5. Install packages

    npm i
  6. Run CSS monitor

    npm run css
  7. Run develop server (using other term or stop CSS monitor)

    npm start
  8. Go to website via your browser

    localhost:8008
    
  9. Enjoy!

How to run grafana on your local

  1. Setup Environment

    echo "MONGODB_URL=XXX" > .env
    echo "GF_SECURITY_ADMIN_USER=YYY" >> .env
    echo "GF_SECURITY_ADMIN_PASSWORD=ZZZ" >> .env
    
  2. Run server via docker-composer

    docker-compose up -d --remove-orphans
    
  3. Using default account to login

    user: YYY
    password: ZZZ
    
  4. Setting resource path

  5. Go to dashboard

  6. Enjoy!

2023-tw-devops-days's People

Contributors

trend-andy-pan avatar trend-cooper-su avatar dependabot[bot] avatar trend-min-hong avatar

Forkers

andypan-twn

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.