innoq / iqvoc

iQvoc - A SKOS(-XL) Vocabulary Management System for the Semantic Web
http://iqvoc.net/
Other
117 stars 44 forks source link

Keeping iqvoc updated #386

Closed ncarboni closed 6 years ago

ncarboni commented 6 years ago

Hi, sorry for the very newbie question but I was wondering what was the exact procedure for keeping iqvoc updated. There were recently some issues resolved and I would like to find a way to update without (of course) rebuilding everything. Can someone point to me to some resources/tutorial/commands? Thanks in advance!

mjansing commented 6 years ago

The best way to run and maintain iQvoc is to run iQvoc as a rails engine. See this for details: https://github.com/innoq/iqvoc/wiki/iQvoc-as-a-Rails-Engine

With this procedure you can change iQvocs version in GEMFILE and use bundler to update dependencies.

Hope that helps.