Coder Social home page Coder Social logo

remyvhw / readyreckoner.ca Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pbo-dpb/readyreckoner.ca

0.0 0.0 0.0 1.04 MB

Broadly estimate the revenue impacts of changes to the federal tax system

Home Page: http://www.readyreckoner.ca/

License: MIT License

Ruby 40.65% JavaScript 42.06% CSS 6.81% HTML 10.48%

readyreckoner.ca's Introduction

Ready Reckoner

Build Status Dependency Status Coverage Status Code Climate

Development

bundle

Generating the theme

From the Bootswatch docs:

git clone https://github.com/thomaspark/bootswatch.git
cd bootswatch
npm install

Edit bower_components/bootstrap/less/bootstrap.less by commenting out:

  • code
  • forms
  • all components except:
    • navs
    • alerts
    • tooltips
    • popovers

Run:

grunt swatch:lumen

Copy lumen/bootstrap.min.css to app/assets/stylesheets and change ../fonts to fonts.

Deployment

Heroku

heroku apps:create
heroku addons:add pgbackups:auto-month
heroku addons:add rediscloud
heroku addons:add sendgrid

heroku config:set SECRET_KEY_BASE=`bundle exec rake secret`
heroku config:set ACTION_MAILER_HOST=www.readyreckoner.ca
heroku config:set [email protected]
heroku config:set REDIS_URL=`heroku config:get REDISCLOUD_URL`

In config/environments/production.rb:

config.action_mailer.smtp_settings = {
  address: 'smtp.sendgrid.net',
  port: '587',
  authentication: :plain,
  user_name: ENV['SENDGRID_USERNAME'],
  password: ENV['SENDGRID_PASSWORD'],
  domain: 'heroku.com',
  enable_starttls_auto: true
}

Bugs? Questions?

This repository is on GitHub: http://github.com/opennorth/readyreckoner.ca, where your contributions, forks, bug reports, feature requests, and feedback are greatly welcomed.

Copyright (c) 2014 Open North Inc., released under the MIT license

readyreckoner.ca's People

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.