Git Product home page Git Product logo

redguide-rails's Introduction

RedGuide Rails Application

Ruby on Rails

This application requires:

  • Ruby 2.3.3
  • Rails 5.0.0.1

About

RedGuide - CI tool for support of IaaC (Infrastructure as a Code) and TDI (Test Driven Infrastructure) approaches in you Chef cookbook development.

How to get started

  1. Clone this repo
  2. Install mysql client package if you are going to store data in mysql database
  3. Install rvm: https://rvm.io/
  4. Using rvm create a custom gemset for this project
  rvm gemset create <gemsetname>
  rvm gemset use <gemsetname>
  1. Install bundle gem:
  gem install bundle
  1. Switch to the project directory and run the command below:
  cd <path_to_project>
  bundle install
  1. copy .env .secret .database *.yml example files
  2. Configure .secret file by editing credentials
  3. Configure database connection, create dev, test and prod databases if needed
  4. Type bellow commands to generate database structure and fill it with initial data
  rake db:migrate
  rake db:seed
  1. Сlone redguide-cli: https://github.com/aleksey-hariton/redguide-cli.git
  2. Initiate RedGuide cli config file, that will be placed in ~/.redguide.yml to access redguide:
  http://localhost:3000 --user [email protected] --password 123456789

Author

Aleksey Hariton ([email protected])

redguide-rails's People

Contributors

aleksey-hariton avatar aleksey-hariton-epam avatar andreystasevich avatar meravingen avatar abilun avatar

Watchers

James Cloos avatar Onbayev Kanat 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.