Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 725 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 725 Bytes

Oceano

Rails application for Oceano. Interfaces with the Escapia SOAP API for data.

Staging Server: http://159.203.67.43

Setup & Usage

bin/setup                  # Bundle and clean up
bundle exec foreman start  # Start the Rails server
open http://localhost:5000 # Open in web browser

Processes

Name Description
web Rails application.

Run an indivual process with:

bundle exec foreman start <PROCESS_NAME>

Reset property cache with:

bundle exec rake oceano:cache:properties

Reset Forecast.io cache with:

bundle exec rake oceano:cache:weather

Deploys

Deploy to Staging with:

bundle exec cap staging deploy