GithubHelp home page GithubHelp logo

harperdb / hdbms Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 62.24 MB

The web-based management studio for HarperDB

Home Page: https://studio.harperdb.io

JavaScript 61.18% HTML 22.05% SCSS 16.49% Dockerfile 0.10% Makefile 0.05% Shell 0.13%

hdbms's Introduction

HarperDB Studio

The comprehensive management suite for HarperDB.

What’s in the box

  • Third party software (click to review each library's licensing)

Magic... how does it work?

Follow these steps to run a local version of HarperDB Studio.

  1. In your terminal, clone the UI scaffold, enter the directory, and install dependencies.

    git clone https://github.com/harperdb/hdbms.git
    cd hdbms
    yarn
    
  2. Create your local config file.

    • Create a copy of the file /src/config/index.example.js, renaming it index.js.
    • update the stripe_public_key and/or other variables in that file as desired
    • save the file
    • Never commit /src/config/index.js to GitHub!
  3. Generate https certificates for local development

    Install mkcert tool (OS X)

    brew install mkcert
    brew install nss (if you need Firefox)
    

    Install mkcert tool (Windows)

    scoop bucket add extras
    scoop install mkcert
    

    Setup mkcert on your machine (creates a CA)

    mkcert -install
    

    Create .cert directory if it doesn't exist

    mkdir -p .cert
    

    Generate the certificate (ran from the root of this project)

    mkcert -key-file ./.cert/key.pem -cert-file ./.cert/cert.pem "localhost"
    

    NOTE: If you use Firefox, restart it to get the cert to take effect.

  4. Start the project.

    yarn start
    
  5. Visit the project at https://localhost:3000.

    • The development web server uses a self-signed certificate, and you may see a warning about the site being insecure. In your local development environment, it is safe to click "Advanced" > "proceed to site anyway."

hdbms's People

Contributors

deliciousmonster avatar foundling avatar devin-holland avatar dependabot[bot] avatar kriszyp avatar mbranyon avatar kevashcraft avatar hdbjaxon 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.