https://github.com/ranman/represpacestation
https://github.com/ranman/represpacestation
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ranman/represpacestation
- Owner: ranman
- Created: 2014-11-08T01:48:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-08T07:40:54.000Z (over 11 years ago)
- Last Synced: 2025-01-01T07:09:59.565Z (over 1 year ago)
- Language: CSS
- Size: 1.8 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Sunlight Labs Bulk Data:
https://sunlightlabs.github.io/congress/#core-information
Eve Docs:
http://python-eve.org/quickstart.html
1. install homebrew: `ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
1. `brew install python mongodb redis git`
1. `mongod --config /usr/local/etc/mongod.conf&` use `fg` ctrl + C to turn it off
1. `git clone git@github.com:ranman/RepreSpaceStation.git`
1. `pip install virtualenv`
1. `virtualenv venv`
1. `source venv/bin/activate`
1. `pip install -r requirements.txt`
1. `python application.py`