⚠ This repository is archived 🗄
https://cz.pycon.org/2015/ is now served as a static website. Look for it in the repo for PyCon CZ 2019 (or further years).
Welcome! It's really going to happen this year. The Czech PyCon, local Python conference for anyone interested in Python programming language.
PyCons are community events. Everybody is welcome, anyone can contribute. You can join us on following channels:
- Google Group -- [email protected]
- Trello
- Slack -- request invite at [email protected]
Google Group mailing list is available for everyone. Trello is read-only for public and Slack is private. Send email to [email protected] if you want access them.
-
Setup development environment:
npm install -g gulp bower cd static npm install bower install
(If you don't want to install system-wide, run e.g. npm config set prefix ~/.local/npm_prefix
beforehand; then run the tools from ~/.local/npm_prefix/bin
.)
-
Run watcher:
cd static && gulp
This is needed because the development version doesn't have the 2015 redirect set up.
- Commit changes and submit pull-request
master
branch is published automatically to [][cz.pycon.org] and dev
branch
to [][dev.pycon.cz] in CircleCI. If you want to do it manually, you need to:
-
Copy
aws.json.example
toaws.json
and provide credentials for your AWS IAM role. -
Build all static assets and publish them to S3 (domain [][dev.pycon.cz]):
gulp publish
Running gulp publish --production
will publish static assets to
[][cz.pycon.org].
MIT