# webinar **Repository Path**: mirrors_thoughtbot/webinar ## Basic Information - **Project Name**: webinar - **Description**: Presentation on the agile development process. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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][1] and [Sinatra][2]. It includes `Rack::LogRequestID` middleware to showcase the [Heroku Request ID][3] labs plugin. It includes the New Relic Ruby gem to showcase the [New Relic Heroku addon][4]. Setup ----- git clone git@github.com: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][5]. Then, deploy to production: git push production Acceptance test on [production][6]. [1]: https://github.com/defunkt/unicorn [2]: http://sinatrarb.com [3]: https://devcenter.heroku.com/articles/http-request-id [4]: https://addons.heroku.com/newrelic [5]: http://staging.webinar.thoughtbot.com [6]: http://webinar.thoughtbot.com