Skip to content

Local PyCon event in Czech Republic, early adopters version, 2015

Notifications You must be signed in to change notification settings

VerosK/cz.pycon.org-2015

 
 

Repository files navigation

Circle CI

PyCon CZ 2015 -- early adopters version

Welcome! It's really going to happen this year. The Czech PyCon, local Python conference for anyone interested in Python programming language.

Join us

PyCons are community events. Everybody is welcome, anyone can contribute. You can join us on following channels:

Google Group mailing list is available for everyone. Trello is read-only for public and Slack is private. Send email to tomas.ehrlich@gmail.com if you want access them.

Contribute

  1. Setup development environment:

    npm install -g gulp bower
    
    cd static
    npm install
    bower install
    
  2. Run watcher (it opens browser at http://localhost:3000):

    cd static && gulp
    
  3. Commit changes and submit pull-request

Publish to AWS S3 (authorization required)

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:

  1. Copy aws.json.example to aws.json and provide credentials for your AWS IAM role.

  2. 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].

License

MIT

About

Local PyCon event in Czech Republic, early adopters version, 2015

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.0%
  • CSS 23.0%
  • CoffeeScript 20.0%
  • Python 3.0%