GithubHelp home page GithubHelp logo

etsangsplk / fuel-devops-portal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from seecloud/fuel-devops-portal

0.0 1.0 0.0 422 KB

Fuel DevOps Portal

License: Apache License 2.0

JavaScript 86.66% HTML 0.25% CSS 13.09%

fuel-devops-portal's Introduction

Fuel DevOps Portal

Installation

Fuel DevOps Portal requires Node.js 4 or later and NPM 3 or later to be installed on your system. To install dependencies run:

npm install

Development

The most convenient approach to modify Fuel DevOps Portal is to use a development server. It watches for file changes and automatically rebuilds changed modules (significantly faster than full rebuild) and triggers page refresh in browsers:

npm start

By default it runs on port 8080 and assumes that Ceagle runs on port 8000. You can override this by using the following options:

npm start -- --dev-server-host=127.0.0.1 --dev-server-port=8080 --ceagle-host=127.0.0.1 --ceagle-port=8000

Production Build

The production version of Fuel DevOps Portal can be built by running:

npm run build

The resulting build will be available in dist directory.

Running Portal with Docker

You have to run 2 docker containers one the same host: - nginx that shares static files - ceagle - which is portal backend

docker run --name devops -d --net host seecloud/fuel-devops-portal
docker run --name devops -d -p  8080:5000 seecloud/ceagle
# UI is available on 80 port

fuel-devops-portal's People

Contributors

akscram avatar b-zone avatar boris-42 avatar cesarsar avatar vkramskikh 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.