Code Monkey home page Code Monkey logo

meetpy's Introduction

Meetpy

Build Status

Meetpy website - this is a shared website along polish Python meetup groups.

For example:

Local install and setup

Manual installation on linux

Before the next step, be sure the following OS libraries are installed:

  • g++
  • libjpeg-dev
  • zlib-dev
  • python-dev

You can run provision-new-dev-env.sh on your dev environment โ€“ it will create everything necessary (using virtualenv) for basic development.

Docker

Alternatively you can use Docker and Docker Compose. They will setup a container with meetpy Django app (available at http://localhost:18000), a Postgres database with a PhpPgAdmin interface (available at http://localhost:8082) and a mock of SMTP service (available at http://localhost:8081).

For docker:

  • docker-compose -f docker-compose-dev.yml up
  • docker-compose -f docker-compose-dev.yml exec meetpy python manage.py migrate

NOTE

Tested on:

  • docker versions 18.09.7 and 19.03.2
  • docker-compose version 1.24.1

Consult https://docs.docker.com/install/ and https://docs.docker.com/compose/install/ for instructions how to install docker.

For more info read the provision-new-dev-env.sh, docker-compose-dev.yml or ask us on slack:

https://pykonik.slack.com/ or https://join-slack.pykonik.org/

Contributing

  1. Make a fork of https://github.com/meetpy/meetpy
  2. Make changes in your fork (ideally on a feature/bugfix branch)
  3. Make sure your branch is based on latest upstream/master (git fetch upstream) (provision-new-dev-envirionment.sh adds meetpy/meetpy as upstream)
  4. Push your changes.
  5. Create a pull request to meetpy/meetpy, targeting master.

New group

  1. Copy meetpy.settings.group_constants.constants.default.yaml to meetpy.settings.group_constants.constants.<meetup_name>.yaml
  2. Fill in the data for your group.
  3. In case you need different templates, create templates/<group_name> directory and put any templates you'd like.
  4. Execute with MEETUP_NAME=<group_name> command

meetpy's People

Contributors

konradhalas avatar haxoza avatar ofideveloper avatar pbetkier avatar gandi24 avatar artcz avatar viciu avatar fenris85 avatar pgrzesik avatar krokjoanna avatar ivellios avatar mattblack85 avatar luczynskidar avatar jareks avatar galuszkak avatar overfl0 avatar olga-black avatar gbdlin avatar czotomo avatar wmalinowski avatar dependabot[bot] avatar pro99matt 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.