GithubHelp home page GithubHelp logo

ekincek / place-pulse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from centerforcollectivelearning/place-pulse

0.0 0.0 0.0 42.77 MB

Place Pulse code repository

Home Page: http://pulse.media.mit.edu

License: Other

Shell 0.22% JavaScript 27.61% Python 11.12% CSS 34.44% HTML 26.61%

place-pulse's Introduction

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 [email protected]: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.

place-pulse's People

Contributors

djagdish avatar dsmilkov avatar essessheroku avatar michaelx11 avatar philsalesses avatar psawaya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.