Skip to content

konstantino/sensor-cloud-website

 
 

Repository files navigation

Welcome to Sensor Cloud

Sensor Cloud is a computation engine for sensor stream data.

Requirements

  • Linux
  • Ruby 1.9.3 (Ruby 2.0 preferred)

Installation

  1. You need to set an option for your shell in order for all of the software to work. Run

     make help
    

and read the 'Important' section and follow the instructions.

  1. Download and compile the dependencies, and compile the project sources

     make install
    
  2. Run the application

     make run
    

Usage

  1. Install the gems needed:

     bundle install
    
  2. Migrate the database:

     bundle exec rake db:migrate
    
  3. If you are running the Sensor Cloud API locally, then you should modify the API_URL variable declared in the config/config.yml file:

     API_URL: "<Put your base URL here>:<put your port here>" 
    
  4. Start the Rails server:

     rails s
    

Running tests

  1. Run the tests

     make test
    

More information

You can take a look at the wiki [here] (https://github.com/projectcs13/sensor-cloud-website/wiki).

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Code Status

Build Status

Licence

Sensor Cloud is released under the [Apache License] (http://opensource.org/licenses/Apache-2.0).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 49.6%
  • CSS 37.9%
  • JavaScript 8.7%
  • Shell 2.4%
  • CoffeeScript 1.4%