All Projects → thoughtbot → webinar

thoughtbot / webinar

Licence: other
Presentation on the agile development process.

Programming Languages

HTML
75241 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Webinar

This is an example site used for a presentation hosted by thoughtbot on the agile development process.

It is a static HTML/CSS site served via Unicorn and Sinatra.

It includes Rack::LogRequestID middleware to showcase the Heroku Request ID labs plugin.

It includes the New Relic Ruby gem to showcase the New Relic Heroku addon.

Setup

git clone [email protected]:thoughtbot/webinar.git
cd webinar
./bin/setup

Develop

Run the server:

foreman start

Edit public/index.html and public/css files.

Deploy

Deploy to staging:

git push staging

Acceptance test on staging.

Then, deploy to production:

git push production

Acceptance test on production.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].