marcosnr / AirCasting

AirCasting API and web application

Home Page:http://aircasting.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

##AirCasting - Share your Air!

###About

This is the AirCasting project - the project aims to build a platform for gathering, visualization and sharing of environmental data. To learn more about the platform visit aircasting.org.

###Developing

For a Debian/Ubuntu system, the easiest way to start is:

  • rvm prerequisites
    sudo apt-get install bzip2 curl subversion git-core

  • install rvm
    curl -L https://get.rvm.io | bash -s

  • rvm requirements
    sudo apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion pkg-config imagemagick

  • install ruby
    rvm install 2.0.0
    rvm use 2.0.0

  • install database
    sudo apt-get install mysql-server libmysqlclient-dev

  • clone sources
    git clone git://github.com/HabitatMap/AirCasting.git aircasting
    cd aircasting
    cp config/database.yml.example config/database.yml

  • create database
    bundle exec rake db:create db:migrate

  • run application, by default starts as localhost:3000
    bundle exec rails server

###Contribute

If you'd like to contribute just use the usual github process - fork, make changes, issue a pull request.

###Contact

You can contact the authors by email at info@habitatmap.org.

###Thanks AirCasting uses The YourKit Java Profiler for Performance Tuning

YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler.

###License

The project is licensed under the GNU Affero GPLv3. For more information see COPYING and visit http://www.gnu.org/licenses/agpl.html. `

About

AirCasting API and web application

http://aircasting.org

License:GNU Affero General Public License v3.0


Languages

Language:Ruby 47.4%Language:JavaScript 39.4%Language:HTML 9.3%Language:CSS 3.8%Language:Shell 0.2%