This repository is for all workshop materials created and/or hosted by OpenGeo.
workshops
- The actual workshops.
- Do not create copies of workshops in this repo.
- Clone the git repository, do your work, merge back any updates to the master workshop.
themes
- Sphinx themes, referenced in conf.py:
- html_theme_path should relatively reference this directory
- html_theme selects which theme to use
A workshop may depend on external data and/or software:
- SOFTWARE
- Your workshop should note the versions required
- Your workshop should include a URL to download the software
- Don't check software into the repository
- DATA
- Your workshop should include a URL to download a zip file of the data
- Workshop data should be stored at http://files.opengeo.org/workshopmaterials
- You should name your zip file with a date or version number to allow old versions of the workshop to have a longer lifespan
Just pushing to the repository will not update http://workshops.opengeo.org. You will need to update the site manually:
- SSH to workshops.opengeo.org
- cd /var/www/workshops.opengeo.org/
- sudo perl build_html_common_git.pl