Giter Site home page Giter Site logo

marcosalberto / planner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codebar/planner

0.0 2.0 0.0 4.38 MB

A tool to help us keep organised

Home Page: http://codebar.io

License: MIT License

Ruby 53.85% Makefile 0.19% JavaScript 0.52% CoffeeScript 0.10% CSS 12.03% HTML 33.31%

planner's Introduction

Planner Gittip

A tool to help manage codebar.io members and events.

Build Status Coverage Status Code Climate Dependency Status

If you are considering making a PR, please take a look at the Waffle board to see if someone else has already started work on an existing issue.

Getting started

First thing you will need, is to install Ruby 2.2.2

Using rvm

rvm install 2.2.2

Using rbenv and ruby-build

rbenv install 2.2.2
rbenv global 2.2.2

Install the gems!

gem install bundler
bundle install --without production

Setup the database

Adjust config/database.yml as needed.

bundle exec rake db:create
bundle exec rake db:migrate db:test:prepare

Enable GitHub authentication

Create an application at https://github.com/settings/applications/new with http://localhost:3000 as the Homepage URL and http://localhost:3000/auth/github as the Authorization callback URL.

Once your development application is setup, create a file named .env in the root of the application folder with the GitHub key and secret like so:

GITHUB_KEY=YOUR_KEY
GITHUB_SECRET=YOUR_SECRET

Note: Windows doesn't like creating a file named .env so do the following from a cmd prompt in your application folder:

echo GITHUB_KEY=YOUR_KEY >> .env
echo GITHUB_SECRET=YOUR_SECRET >> .env

Generate some data!

bundle exec rake db:seed

Run the tests

bundle exec rake

Note: JavaScript acceptance tests are relying on the Poltergeist driver, which requires PhantomJS. For more information about installing PhantomJS, please take a look here.

Find something to work on

You can pick one of the open issues, fix a bug, improve the interface, refactor the code or improve test coverage!

If there is something else that you would like to work on, open an issue first so we can discuss it. We are always open to new ideas and ways of improving planner!

Guidelines on contributing to planner

planner's People

Contributors

despo avatar deniseyu avatar creature avatar margonline avatar lukasmac avatar laszpio avatar janedallaway avatar jlsync avatar stevenwilkin avatar samsworldofno avatar matyikriszta avatar legoscia avatar danbee avatar steverob avatar passy avatar jkbits1 avatar swathik avatar brmatt avatar luanmuniz avatar leocassarani avatar jetaggart avatar benlovell avatar barisbalic avatar andrewmcdonough avatar dalizard avatar forbeslindesay avatar gregmolnar avatar ndchorley avatar pvcarrera avatar ukutaht avatar

Watchers

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