Giter Site home page Giter Site logo

dingcycle / ovh-manager-cloud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ovh-ux/ovh-manager-cloud

0.0 1.0 0.0 3.4 MB

OVH Control Panel Cloud UI - Official Repository

License: Other

JavaScript 54.19% Makefile 0.19% CSS 8.84% HTML 36.79%

ovh-manager-cloud's Introduction

OVH Manager Cloud

ovh-manager-cloud-banner

OVH Control Panel Cloud UI

Install

Requirements

  • You must have a sane installation of nodejs (with npm)
  • You must have a sane installation of bower (npm install -g bower)
  • You must have a sane installation of grunt (npm install -g grunt-cli)

Install dependencies

make install

Run in development mode

First you have to activate the developer mode in the Manager V6.

Generate your certificates

To be able to run manager in dev mode using http2.

make gen-certificate

If you want, you can also generate a certificate by hand:

mkdir -p server/certificate
openssl genrsa -des3 -out server/certificate/server.key 1024
openssl req -new -key server/certificate/server.key -out server/certificate/server.csr
cp server/certificate/server.key server/certificate/server.key.tmp
openssl rsa -in server/certificate/server.key.tmp -out server/certificate/server.key
openssl x509 -req -days 365 -in server/certificate/server.csr -signkey server/certificate/server.key -out server/certificate/server.crt
rm server/certificate/server.key.tmp

A full guide can be found for example here.

Launch the manager

make dev

The manager is running on https://localhost:9000

And start developing.

Related links

License

See https://github.com/ovh-ux/ovh-manager-cloud/blob/master/LICENSE

ovh-manager-cloud's People

Watchers

dingcycle 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.