Iqvoc::SKOSXL
This is the iQvoc SKOS-XL extension. Use this in your Gemfile to add SKOS-XL features to iQvoc.
Iqvoc::SKOSXL may run in two different modes: Standalone as Application and embedded into another Application as Engine.
Standalone Application
Operate Iqvoc::SKOSXL like a common iQvoc-based Application.
- Run database migrations:
rake iqvoc:db:migrate_all - Populate iQvoc seeds:
rake iqvoc:db:seed_all - Generate secret token:
rake iqvoc:setup:generate_secret_token
Engine
Operate Iqvoc::SKOSXL and Iqvoc as Engines running in a custom App.
- Add iqvoc_skosxl to your Gemfile (beneath iqvoc)
- Run Iqvoc migrations:
rake iqvoc:db:migrate_all - Populate Iqvoc seeds:
rake iqvoc:db:seed_all