DLST app for converting cloud files to different formats. (For example: .tif to .jpg)
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
Run: bundle exec rspec
Run: bundle exec cap [env] deploy
NOTE: Only the dev
environment deploy target is fully set up at this time.