Skip to content

DigiByte-Team/digis4commit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

386 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digis4commit

peercoin tip for next commit

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

Official site: http://digis4commit.com/

Development

To run digis4commit in development mode follow these instructions:

  • Install Ruby 1.9+

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

gem install bundler
  • Install git

  • Clone the repository

git clone git@github.com:sigmike/digis4commit.git
cd digis4commit
  • 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 peer4commit, MIT License, copyright (c) 2014 sigmike

Which is based on Tip4commit, MIT License, copyright (c) 2013-2014 tip4commit

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 54.5%
  • HTML 15.4%
  • Gherkin 14.8%
  • JavaScript 10.6%
  • CSS 3.3%
  • CoffeeScript 1.4%