Skip to content

chucksalem/sandcastle_clone

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published