Git Product home page Git Product logo

diversity_ticketing's Introduction

Travis says: Build Status

CodeClimate says Code Climate

This is a Ruby on Rails app made by the RubyMonstas (a RailsGirls study group based in Berlin), to make diversifying conferences easier.

Supported by the Travis Foundation.

Contributing workflow

If you want to contribute, you can look at the open issues. We are happy to answer your questions if you consider to help.

If you have other ideas to enhance the site, or if you've found a bug, feel free to open an issue!

Here’s how we suggest you go about proposing a change to this project:

  1. Fork this project to your account.
  2. Create a branch for the change you intend to make.
  3. Make your changes to your fork.
  4. Test your changes. To run the tests bundle exec rake
  5. Send a pull request from your fork’s branch to our master branch.
    • For bonus points, include screenshots in the description.

Using the web-based interface to make changes is fine too, and will help you by automatically forking the project and prompting to send a pull request.

Build setup

This following text describes how to set up your workstation to develop for diversity tickets.

  1. Check that you have the correct ruby version:
  2. open a new Terminal window
  3. ruby --version # --> ruby 2.3.1
  4. Install bundler by running gem install bundler
  5. Run bundle install to install the dependencies specified in your Gemfile
  6. Postgresql setup
  7. for OS X: 1. in your terminal, run:
    1. createuser -s pguser
    2. psql postgres
    3. postgresql console is now opened.
    4. Enter \password pguser
    5. Enter the password pguser_password (twice) 1. when done, quit the postgresql console with \q
  8. for Ubuntu: 1. in your terminal, run:
    1. sudo -u postgres createuser -s pguser
    2. sudo -u postgres psql
    3. postgresql console is now opened.
    4. Enter \password pguser
    5. Enter the password pguser_password (twice) 1. when done, quit the postgresql console with \q
  9. Update the config/database.yml
  10. add this to the default group:
    host: localhost
    username: pguser
    password: pguser_password
  11. Change the names of the databases to:
    diversity_ticketing_development
    diversity_ticketing_test
    diversity_ticketing_production
  12. Run rake db:create to create the database.

License

MIT.

diversity_ticketing's People

Contributors

lisbethmarianne avatar ariaru avatar lislis avatar langjoh avatar bioshrimp avatar ferbsx avatar powerglove avatar joecorcoran avatar alicetragedy avatar sabrina-ulbrich avatar aydamacink avatar kaeptnjules avatar anikalindtner avatar zaziemo avatar madeleine-neumann-9e avatar svenfuchs avatar mariaalavez avatar fidothe avatar

Watchers

Madeleine Neumann 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.