Git Product home page Git Product logo

timecard-rails's Introduction

Stories in Ready Code Climate Build Status Coverage Status

Timecard

Timecardとはクリエイターが好きな時に好きなだけ働ける環境をサポートする仕組みです。

Feature

  • プロジェクト機能
  • Github Issueとの同期
  • Issue単位の作業時間の記録

Setup

$ git clone [email protected]:timecard/timecard-rails.git
$ cd timecard-rails/
$ bundle install
$ cp config/database.yml.sample config/database.yml
$ rake db:setup
$ rake assets:precompile RAILS_ENV=production
$ vi config/settings/production.yml # setup Client ID and Client Secret of GitHub and Ruffnote
  (callback URL is project root ex: http:/yoursite.example.com/)
  https://github.com/settings/applications, https://ruffnote.com/oauth/applications
  https://github.com/railsconfig/rails_config

Setup with Heroku

Use heroku button

Deploy

or

Command Line

$ git clone [email protected]:timecard/timecard-rails.git
$ cd timecard-rails/
$ heroku create (APP_NAME)
$ heroku addons:add heroku-postgresql
$ heroku config:set HEROKU=true "Settings.services.github.client_id"=CLIENT_ID "Settings.services.github.client_secret"=CLIENT_SECRET "Settings.services.ruffnote.key"=KEY "Settings.services.ruffnote.secret"=SECRET
$ git push heroku master
$ heroku run rake db:migrate
$ heroku open

Docker

$ sudo pip install -U fig

2. deploy

$ fig up -d web
$ fig run --rm web bundle exec rake db:setup

3. test

$ fig up --no-recreate test

4. shutdown

$ fig kill
$ fig rm

Dependencies

  • Ruby 2.1.0+

timecard-rails's People

Contributors

kmiyake avatar pandeiro245 avatar michilu avatar shirakia avatar tnantoka avatar masoo avatar waffle-iron 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.