Skip to content
Matt Stratton edited this page Apr 13, 2016 · 3 revisions

Welcome to the devopsdays-web wiki!

Most of what you need to get going can be found in the README. The purpose of the wiki is to compile more esoteric information on edge cases, etc.

Static files for your event

Often times, you will want to add a static bit of content for users to download (examples are a PDF of your prospectus, etc). Here's how to do that.

  1. Create a folder at /static/events/yyyy-city/ (you may already have this for images)
  2. Add your PDF file to this directory (you can make subdirectories in here if you want)
  3. The resulting url will be something like http://www.devopsdays.org/events/2016-ponyville/prospectus.pdf
Clone this wiki locally