Giter Site home page Giter Site logo

baijum / devconf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devconfcz/devconf

0.0 2.0 0.0 90.88 MB

Master repo for all Red Hat Devconf sites

Home Page: https://devconf.cz

License: GNU General Public License v3.0

Python 4.79% CSS 43.47% JavaScript 17.25% HTML 34.49%

devconf's Introduction

DevConf

This project fully contains all sources used to build https://devconf.cz and other DevConf (by Red Hat) event sites.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To build the static pages, python >= 3.4 is required! It's recommended to install in a python 3 virtual environment.

virtualenv-3 ~/virtenvs/devconf --no-site-packages

source ~/virtenvs/devconf/bin/activate

python3 -m pip install devconf

To deploy static pages to Firebase, install firebase-tools

sudo npm install -g firebase-tools

Building

What follows is a step by step guide to help get your static pages building

Open the project page and run comdev build with no options to prepare build using absolute url's.

cd ~/repos/devconf
comdev devconf build

This results in a fully populated, deploy-able build being saved to ./builds.

Deployment

Unless pushing to the default DevConf development Firebase project, you will need to run firebase login and update the project value in .firebaserc.

Then, to build and deploy to firebase hosting, run

comdev devconf build -r
firebase deploy build

Building Python packages

Make sure to bump devconf package version in setup.py.

The following instructions are for building and uploading updated python packages for testing.

Make sure setuptools, wheel and twine packages are updated and you are registered over at https://test.pypi.org/account/register/.

python3 -m pip install --upgrade setuptools wheel
python3 -m pip install --upgrade twine

Then, Build the packages and upload to the test reposity.

python3 setup.py sdist bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/ dist/*

Finally, test installation:

python3 -m pip install --index-url https://test.pypi.org/simple/ devconf

Authors

See also the list of contributors who participated in this project.

Aknowledgements

  • Wikipedia - for multiple images and information

License

This project is licensed under the GPLv3 License - see the LICENSE.md file for details

devconf's People

Contributors

baijum avatar bexelbie avatar calmrat avatar dvolavko avatar encukou avatar jridky avatar karthikjeeyar avatar langdon avatar mirekdlugosz avatar mjedlick avatar nigelbabu avatar rhawalsh avatar sumantro93 avatar tessg22 avatar thatdocslady avatar tomashofman avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.