Skip to content

JayChou1949/Place-Pulse

 
 

Repository files navigation

Place Pulse

To run Place Pulse on a Mac using Homebrew: If Homebrew is already installed, you can skip step 1 of the Database Setup. If you prefer not to use Homebrew, install MongoDB using the intructions on their website and then pickup from step 2.

Database Setup

Open Terminal and type (without the $)
$ ruby <(curl -fsSk https://raw.github.com/mxcl/homebrew/go)
$ sudo mkdir -p /data/db/
$ sudo chown `id -u` /data/db
$ mongod

Site Setup

Clone Place-Pulse from GitHub git@github.com:philsalesses/Place-Pulse.git
Open Terminal and type (without the $)
$ cd /in/to/the/directory/you/just/cloned
$ virtualenv ./PlacePulse --distribute
$ source setupEnv.sh
$ pip install -r requirements.txt
$ python ./run_placepulse.py

Open up http://localhost:8000/

Deployment

Same as Site Setup except for $ source setupDeployEnv.sh instead of $ source setupEnv.sh and
$ sudo -E python ./run_placepulse.py instead of $ python ./run_placepulse.py

License

Place Pulse by Phil Salesses, Paul Sawaya, Michael Wong, Michael Xu, Deepak Jagdish and César Hidalgo is licensed under a Creative Commons Attribution 3.0 Unported License.

http://creativecommons.org/licenses/by/3.0/

Based on a work at http://pulse.media.mit.edu.

About

Place Pulse code repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 34.5%
  • JavaScript 27.6%
  • HTML 26.6%
  • Python 11.1%
  • Shell 0.2%