A social list of Github activity
Keep track of your developer friends as they commit to, pull from, and otherwise advance various projects.
To minimize startup issues, install the following dependencies before attempting to install Hacktive:
- Ruby 2.3+ (RVM recommended)
- PostgreSQL 9.4+
- Hacktive relies on the way ActiveRecord reads JSON from the database. Using PostgreSQL <9.4 will result in errors.
Follow these instructions to get the app running on your local environment
$ git clone https://github.com/hashrocket/hacktive.git
$ cd hacktive
$ gem install bundler
$ bundle install
$ rake db:setup
$ rake db:seed
$ rails sThen:
- In your browser, visit localhost:3000.
Hacktive can be found publicly at the following locations:
Hacktive is released under the MIT License
Copyright (c) 2016 Hashrocket