Giter VIP home page Giter VIP logo

demo-rails-app's Introduction

Demo Rails App

Build Status

This repository contains an extremely simple Ruby on Rails app which follows the official Getting Started with Rails guide.

The app is meant for demonstration purposes in Ansible for DevOps, a book on Ansible by Jeff Geerling. See, specifically, the deployments example in the official Ansible for DevOps repository.

Local Install

If you'd like to run the example locally, make sure you have Ruby and Rails installed, then do the following (from within this repository's directory):

  1. sudo bundle install
  2. bin/rails server
  3. rake db:create
  4. rake db:schema:load

After WEBrick starts up on port 3000 (it's default), you should be able to browse the rails app in your browser at something like http://localhost:3000/.

Generating secrets.yml

If you get a warning about a secrets.yml file missing, create a secrets.yml file in config/secrets.yml with content like the following:

---
development:
  secret_key_base: SECRET_1_HERE

test:
  secret_key_base: SECRET_2_HERE

production:
  secret_key_base: SECRET_3_HERE

To generate secrets for the three environments, run RAILS_ENV=[environment name here] rake secret.

License

MIT

Buy the Book

Ansible for DevOps Cover

Buy Ansible for DevOps for your e-reader or in paperback format.

demo-rails-app's People

Contributors

geerlingguy avatar dependabot[bot] avatar fantasyteddy avatar aielleia 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.