This README documents steps necessary to get the application up and running.
-
Clone the repo locally
-
cd into cloned repo and bundle install, updating ruby if needed
-
Run rails db:setup to initialize db and populate wtih seeds from config
-
Run rails sync:assets["scan_output.applications-backup.csv"] (included in the repo) for sample data
-
Run bin/dev to start the development server and watch for css/js changes
-
Javascript Filetree explorer view available at root path, administrate backend at /admin. Omniauth logins required for both. Initial seed creates user [email protected]. Pass in 1pass, if needed.
-
Tests run through 'rspec spec'; linting through 'rubocop' add the -A flag to autocorrect
This application creates a filetree view of assets stored in the Isilon file storage system. It allows for updating of metadata for each object ingested from CSV files exported from the Isilon server. Metadata is meant to facilitate the transfer of all data from the Isilon to a new storage system, giving users the ability to track migration status, assign users to assets, and assign assets to digital collections for organization and tracking.