Giter Site home page Giter Site logo

ichaelus / dead-crumbs Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 0.0 1.81 MB

Generate a secret, which is then split across multiple keys.

Home Page: https://dead-crumbs.herokuapp.com/

License: MIT License

Ruby 79.86% HTML 10.26% JavaScript 9.09% CSS 0.62% Gherkin 0.17%
secrets rails

dead-crumbs's Introduction

Build Status

Dead Crumbs

You can use Dead Crumbs to generate a secret, which is then split across multiple keys. These keys can later be re-assembled to the secret.

Development

Setup

  • Install ruby 2.5.3
  • Install Node via NVM and run nvm use to use the projects Node version
  • Install yarn
  • Setup a redis server sudo apt-get install redis-server
  • Install bundler gem install bundler
  • Run bundle exec bin/setup
  • Run server bundle exec bin/rails s and go to http://dead_crumbs.vcap.me:3000/

Deployment

git push heroku
heroku run rails db:migrate

Before the first deploy you need to set the secrets required in config/secrets.yml:

heroku config:set SECRET_KEY_BASE=some_secret

Tests

  • Install chromedriver and add it to path variables
  • Run unit tests with bundle exec rspec
  • Run integration tests with bundle exec cucumber

Debugging hint: You can disable headless mode for javascript tests with CHROME_HEADLESS=false bundle exec cucumber.

dead-crumbs's People

Contributors

ichaelus avatar mschaf avatar neonmate avatar stefan-langenmaier avatar

Watchers

 avatar  avatar  avatar  avatar

dead-crumbs's Issues

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.