Code Monkey home page Code Monkey logo

fcct-online's Introduction

fcct-online

Docker Repository on Quay Build Status

Run locally in container

Pull image from quay.io:

$ podman pull quay.io/zonggen/fcct-online:latest
$ podman run -d --rm --name fcct-online -p 8007:8007 quay.io/zonggen/fcct-online:latest

or build local image:

$ git clone https://github.com/coreos/fcct-online.git
$ cd fcct-online/
$ podman build -t fcct-online:latest .
$ podman run -d --rm --name fcct-online -p 8007:8007 fcct-online:latest

The app is now running on http://localhost:8007/

Clean up:

$ podman stop fcct-online

Run locally without container

$ git clone https://github.com/coreos/fcct-online.git
$ cd fcct-online/
$ make setup && make build
$ ./server/fcct-online --debug

In another terminal tab/window:

$ cd client
$ npm install
$ sed -i -e 's/\/config\//http:\/\/127.0.0.1:5000\/config\//g' src/components/Validator.vue
$ npm run serve

The app is now running on http://localhost:8080

Clean up:

$ sed -i -e 's/http:\/\/127.0.0.1:5000\/config\//\/config\//g' src/components/Validator.vue

Resources

Simple Example of Fedora CoreOS Configs:

variant: fcos
version: 1.0.0
passwd:
  users:
    - name: core
      ssh_authorized_keys:
        - ssh-rsa AAAAB3NzaC1yc...

fcct-online's People

Contributors

ashcrow avatar dependabot[bot] avatar sgreene570 avatar zonggen 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.