Website for the Linux User's Group of Oregon State University
Fork the project or just clone a copy. To add content, add or edit the markdown files in the content directory.
Markdown explanation is at http://daringfireball.net/projects/markdown/
$ cd OSULUG-Website
$ python --version #if python3 run virtualenv -p /user/bin/python2 venv instead
$ virtualenv venv # only the first time
$ source venv/bin/activate
$ pip install -r requirements.txt # only the first time and if the reqs change
$ wok --server
$ deactivate
More info about wok is at http://wok.mythmon.com/
Once you've made and tested your changes, submit a pull request and then ping pop about it.
There is currently a post-commit hook to get the machine hosting lug.oregonstate.edu to automatically pull from this repo and run wok whenever code gets committed here. It is imperfect so you may need to ping pop on irc.freenode.net in the #osu-lug-admin channel (or in a pm)