ioos / ckanext-ioos-theme

IOOS Catalog as a CKAN extension
GNU Affero General Public License v3.0
7 stars 14 forks source link

Set up development CKAN instance #19

Closed lukecampbell closed 8 years ago

lukecampbell commented 8 years ago

Install a development instance of CKAN on a VM for testing and development. This VM should have a git clone of the IOOS CKAN repository so that we can make quick changes and do on-the-fly testing and corrections.

This will allow us to quickly diagnose problems and make fixes.

Without this, we have to make a small change, rebuild all of the docker images, launch docker and see if it worked. Which adds several minutes to what should be a 2-second loop.