Giter VIP home page Giter VIP logo

pythonbrasil13-site's Introduction

PythonBrasil[13] . Site Oficial

Build Status

Esse é o portal oficial da Python Brasil 13, criado de maneira colaborativa.

Contribuições

Se você tem interesse de contribuir com o site faça o clone do repositório da seguinte forma:

$ git clone [email protected]:pythonbrasil/pythonbrasil13-site.git

Executando com docker-compose, the fast-way

Se você possuir Docker Compose instalado em seu ambiente, este é o caminho mais rápido para o site rodar em sua máquina.

Dentro da pasta do projeto, execute o seguinte comando:

$ docker-compose up

Em seguida acesse pelo navegador a URL http://localhost:8000.

Instalação manual, the safe- and detailed-way

Caso prefira a instalação e execução manual do site, os passos seguintes descrevem a instalação de dependências e execução.

Instalando todas as dependências

With Yum:
$ sudo yum install python-virtualenvwrapper libxslt-devel libxml2-devel rubygem-sass nodejs npm

With apt-get:
$ sudo apt-get install libxml2-dev libxslt1-dev python-dev nodejs npm
$ sudo pip install virtualenvwrapper

$ cd pythonbrasil12-site
$ npm install gulp gulp-uglify gulp-concat
$ export WORKON_HOME="~/venv"
$ . /usr/bin/virtualenvwrapper.sh
# OR
$ . /usr/local/bin/virtualenvwrapper.sh
$ mkvirtualenv pybr13-site
$ workon pybr13-site && pip install -r requirements.txt

Utilizando Ansible

Junto com o repositório existe um playbook para ansible que suporta as distribuições GNU/Linux RedHat-Like e Debian-Like.

Para utilizar o playbook do ansible utilize os seguintes comandos:

$ sudo yum install ansible
$ make ansible-setup

Compilando o Site

Após a criação do ambiente (manualmente ou via ansible), para compilar o site execute o seguinte comando:

$ workon pybr13-site
$ make html serve

Em seguida acesse pelo navegador a URL http://localhost:8000.

pythonbrasil13-site's People

Contributors

sergiomario avatar igr-santos avatar magnunleno avatar suggiro avatar luzfcb avatar humrochagf avatar jairojair avatar rennerocha avatar eliasdorneles avatar vmesel avatar rougeth avatar rochacbruno avatar filipecifali avatar gutomaia avatar jtemporal avatar juliakastrup avatar phinfonet avatar ramiroluz avatar willemarcel avatar turicas avatar

Watchers

 avatar James Cloos 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.