GithubHelp home page GithubHelp logo

pyassine / standup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from socialgouv/standup

0.0 0.0 0.0 8.81 MB

Home Page: https://standup.fabrique.social.gouv.fr/

HTML 15.98% JavaScript 59.87% CSS 9.77% Dockerfile 2.12% TypeScript 12.25%

standup's Introduction

standup

Build Status

Reprise de l'outil standup de beta.gouv

👉 https://standup.fabrique.social.gouv.fr/

Editer

Editer le fichier startups.yml

Les commits de la branche master sont automatiquement publiés sur https://standup.fabrique.social.gouv.fr/

Running in Minikube

We are a .helm/local.yml chart config to enable a local kube deployment <3

You will need kubectl and helm to be installed in your machine and initialized with a local cluster like minikube :

$ minikube status
host: Running
kubelet: Running
apiserver: Running
kubectl: Correctly Configured: pointing to minikube-vm at 192.168.99.101

$ minikube addons enable ingress
💥  addon ingress was already enabled

$ kubectl version
Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.2", GitCommit:"f6278300bebbb750328ac16ee6dd3aa7d3549568", GitTreeState:"archive", BuildDate:"2019-08-29T18:43:18Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.2", GitCommit:"f6278300bebbb750328ac16ee6dd3aa7d3549568", GitTreeState:"clean", BuildDate:"2019-08-05T09:15:22Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}

$ helm version
Client: &version.Version{SemVer:"v2.14.3", GitCommit:"0e7f3b6637f7af8fcfddb3d2941fcc7cbebb0085", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.14.3", GitCommit:"0e7f3b6637f7af8fcfddb3d2941fcc7cbebb0085", GitTreeState:"clean"}

The .helm/local.yml config is expecting a local socialgouv/standup:local to exist.

$ yarn build
$ docker build . -t socialgouv/standup:local

Now that the image is built, let's deploy it through helm with :

$ helm upgrade --install --wait --namespace standup --values .helm/local.yml --set ingress.hosts={standup.$(minikube ip).nip.io} standup-frontend-local socialgouv/webapp
# or
$ helm install socialgouv/webapp --name standup-frontend-local --values .helm/local.yml --set ingress.hosts={standup.$(minikube ip).nip.io} --namespace standup

# If the given url `http://standup.192.168.99.10x.nip.io/` can be accessible,
# you can forward directly to the service port with
$ kubectl port-forward service/standup-frontend-local 8080:80 --namespace standup


# When you done, you can remove the whole `local` release with
$ helm delete --purge standup-frontend-local

standup's People

Contributors

renovate-bot avatar douglasduteil avatar danielbmy avatar dependabot[bot] avatar renovate[bot] avatar virasack avatar clementchapalain avatar sboulkour avatar celadari avatar nicolasbutez avatar yowamuzadi 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.