Skip to content
/ Milieu Public
forked from spf13/Milieu

Location based check in application

Notifications You must be signed in to change notification settings

matulef/Milieu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Milieu is an open source app similar to foursquare or facebook checkins.

It was initially built for OSCON 2012 as a demo app for building an app based on MongoDB.

It is built in Ruby using Sinatra and Haml. 

This has been built by spf13 http://spf13.com for 10gen

   It is based on the following Gems
    - Bundler
    - Shotgun
    - Rack
    - Haml
    - Mongo
    - Vlad the Deployer

  To get up and running all that should be needed is to install the Ruby gem
Bundler if up don't already have it installed then run:
    - $ bundle install

  That should install everything that is need for the app to run. To start it
run:
    - $ shotgun

  As is the case with any Shotgun app you can update the config.ru file to
change Shotgun settings. Like wise /config/deploy.rb for the Vlad settings and
Gemfile for your bundler install settings

enjoy!

About

Location based check in application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published