Sha256: c45aa0fe8c415553f7a77f54ebeadf723e7b9483857e73f21634313914560617
Contents?: true
Size: 754 Bytes
Versions: 11
Compression:
Stored size: 754 Bytes
Contents
# 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. 1. Run database migrations: `rake iqvoc:db:migrate_all` 2. Populate iQvoc seeds: `rake iqvoc:db:seed_all` 3. Generate secret token: `rake iqvoc:setup:generate_secret_token` ## Engine Operate Iqvoc::SKOSXL and Iqvoc as Engines running in a custom App. 1. Add iqvoc_skosxl to your Gemfile (beneath iqvoc) 2. Run Iqvoc migrations: `rake iqvoc:db:migrate_all` 3. Populate Iqvoc seeds: `rake iqvoc:db:seed_all`
Version data entries
11 entries across 11 versions & 1 rubygems