Code Monkey home page Code Monkey logo

sanpo's Introduction

SANPO: Social Photowalks

What is this?

This is the source code for SANPO. It is released under the Mozilla Public License version 2.0. The included graphical assets are not covered by this license and may not be redistributed without explicit permission.

Getting it up and running

In most cases:

git clone git://github.com/gueorgui/sanpo.git
cd sanpo
bundle install
rails s
rake db:migrate
open "http://localhost:3000"

# Ubuntu/Debian users might want install packages for MySQL and WebKit
sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui libmysql-ruby libmysqlclient-dev

You will also need to configure email delivery to match your environment (see bottom of config/application.rb).

Who made this?

Originally developed by Gueorgui Tcherednitchenko (@gueorgui) in Tokyo, Japan. Illustrations by @monja415. Additional tests by cwabbott and EmilRehnberg. Thank you very much!

sanpo's People

Contributors

emilrehnberg avatar cwabbott avatar kinopyo avatar lloydmeta avatar

Stargazers

Mark McFarlane avatar kaku avatar David avatar Jian Yuan Lee avatar Avinash Varma avatar  avatar Alastair M. D. Touw avatar nikushi avatar Oscar Funes avatar Gosha Tcherednitchenko avatar

Watchers

Gosha Tcherednitchenko avatar David avatar James Cloos avatar Wataru Yamamoto avatar  avatar  avatar

sanpo's Issues

Issue w adding gem to Gemfile

I am sorry to say that I am having bundler issues with this app :(

Running bundle install is no problem (and app runs fine), but bundle update gives me errors:

You are trying to install in deployment mode after changing
your Gemfile. Run `bundle install` elsewhere and add the
updated Gemfile.lock to version control.

If this is a development machine, remove the Gemfile freeze 
by running `bundle install --no-deployment`.

You have added to the Gemfile:
* source: git://github.com/alexreisner/geocoder.git (at master)
* source: git://github.com/bernat/best_in_place.git (at master)
* source: rubygems repository http://rubygems.org/
* rails (= 3.2.1)
* sqlite3 (~> 1.3.5)
* sass-rails (~> 3.2.3)
.
.
You have changed in the Gemfile:
* best_in_place from `git://github.com/bernat/best_in_place.git 
(at master)` to `no specified source`
* geocoder from `git://github.com/alexreisner/geocoder.git 
(at master)` to `no specified source`

I believe this is the source for me having problems when adding gems to the Gemfile (I get a similar error after making changes to the Gemfile).

Any idea's about what is up?

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.