GithubHelp home page GithubHelp logo

cryptolog / peer4commit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sigmike/peer4commit

0.0 1.0 0.0 1.07 MB

Donate peercoins to open source projects or make commits and get tips for it.

Home Page: peer4commit.com

License: MIT License

Ruby 55.16% CoffeeScript 1.31% JavaScript 10.30% CSS 3.21% HTML 15.10% Gherkin 14.91%

peer4commit's Introduction

Peer4commit

peercoin tip for next commit bitcoin tip for next commit

Donate peercoins to open source projects or make commits and get tips for it.

Official site: http://peer4commit.com/

Development

To run peer4commit in development mode follow these instructions:

  • Install Ruby 2.0+

  • Install the bundler gem (you may need root):

gem install bundler
  • Install git

  • Clone the repository

git clone [email protected]:sigmike/peer4commit.git
cd peer4commit
  • Install the sqlite3 development libraries

  • Install the gems (without the production gems):

bundle install --without mysql postgresql
  • Create database.yml.
cp config/database.yml{.sample,}
  • Create config.yml
cp config/config.yml{.example,}
  • Edit config.yml

  • Initialize the database

    bundle exec rake db:migrate
  • Make sure ppcoind is running with RPC enabled

  • Run the server

    bundle exec rails server

  • Connect to the server at http://localhost:3000/

To update the project balances run this command:

    bundle exec rails runner "BalanceUpdater.work"

To retreive commits and send tips on project that do not hold tips:

    bundle exec rails runner "BitcoinTipper.work"

License

MIT License

Based on Tip4commit, MIT License, copyright (c) 2013-2014 tip4commit

peer4commit's People

Contributors

sigmike avatar sashazykov avatar arsenische avatar kuldeepaggarwal avatar mikebryant avatar anilmaurya avatar hibero avatar bharat311 avatar chris-morgan avatar danbartram avatar da2x avatar fuzzybearbtc avatar goodev avatar rbsec avatar

Watchers

 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.