Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.03 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.03 KB

Tinkerbin

Requirements

  • Ruby 1.9.2

    • RVM: rvm install 1.9.2
    • Ubuntu: sudo apt-get install ruby19
  • RVM -- optional

Setup

Create an RVM gemset (optional):

$ rvm --rvmrc --create @myproject

Install gems:

$ bundle install

Start it like any Rack app:

$ rackup       # or `thin start`, `unicorn`, etc

Run tests:

$ rake test

Todo

  • Autoupdating for Less
  • Save!
  • Open

Done

  • Local updating
  • Notification that auto-updating is on/off
  • Focus styles

Heroku setup log

It was set up like this:

heroku create tinkerbin --stack bamboo-mri-1.9.2
heroku addons:add custom_domains
heroku domains:add tinkerbin.com
heroku config:add ANALYTICS_ID=UA-25603016-1
git push heroku master

DNS records: (reference)

@ A 75.101.163.44
@ A 75.101.145.87
@ A 174.129.212.2
www 301_redirect tinkerbin.com