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.
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
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
Copyright 2014 innoQ Deutschland GmbH
Licensed under the Apache License, Version 2.0