https://github.com/hashrocket/hacktive
Github activity tracker
https://github.com/hashrocket/hacktive
Last synced: 5 months ago
JSON representation
Github activity tracker
- Host: GitHub
- URL: https://github.com/hashrocket/hacktive
- Owner: hashrocket
- Created: 2016-02-16T15:35:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T20:14:38.000Z (over 9 years ago)
- Last Synced: 2024-12-30T03:32:54.686Z (over 1 year ago)
- Language: Ruby
- Size: 2.98 MB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Hacktive](http://hashrocket-hacktive-staging.herokuapp.com/)
> A social list of Github activity
Keep track of your developer friends as they commit to, pull from, and otherwise advance various projects.
## Dependencies
To minimize startup issues, install the following dependencies before attempting to install Hacktive:
* **Ruby 2.3**+ ([RVM recommended](https://rvm.io/))
* **[PostgreSQL 9.4+](http://www.postgresql.org/)**
* Hacktive relies on the way ActiveRecord reads JSON from the database.
Using PostgreSQL <9.4 will result in errors.
## Installation
Follow these instructions to get the app running on your local environment
```sh
$ git clone https://github.com/hashrocket/hacktive.git
$ cd hacktive
$ gem install bundler
$ bundle install
$ rake db:setup
$ rake db:seed
$ rails s
```
Then:
* In your browser, visit localhost:3000.
## Hosting
Hacktive can be found publicly at the following locations:
* [Staging](http://hacktive-staging.herokuapp.com/)
* [Production](http:/hacktive.hashrocket.com/)
## License
Hacktive is released under the [MIT License](https://opensource.org/licenses/MIT)
Copyright (c) 2016 Hashrocket