Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 654 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 654 Bytes

"Cloud Conversion"

DLST app for converting cloud files to different formats. (For example: .tif to .jpg)

Development

First-Time Setup

Clone the repository. git clone [email protected]:cul/cloud_conversion.git

Install gem dependencies. bundle install

Set up config files. bundle exec rake cloud_conversion:setup:config_files

Run database migrations. bundle exec rake db:migrate

Start the application using bundle exec rails server. bundle exec rails s -p 3000

Testing

Run: bundle exec rspec

Deployment

Run: bundle exec cap [env] deploy

NOTE: Only the dev environment deploy target is fully set up at this time.