Rails application for Oceano. Interfaces with the Escapia SOAP API for data.
Staging Server: http://159.203.67.43
bin/setup # Bundle and clean up
bundle exec foreman start # Start the Rails server
open http://localhost:5000 # Open in web browser
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
Deploy to Staging with:
bundle exec cap staging deploy