OpenDataServices / cove

CoVE is an web application to Convert, Validate and Explore data following certain open data standards - including 360Giving, Open Contracting Data Standard, IATI and the Beneficial Ownership Data Standard
http://cove.opendataservices.coop
Other
43 stars 11 forks source link

Deployment changes due to app seperation #608

Closed Bjwebb closed 7 years ago

Bjwebb commented 7 years ago

App separation (https://github.com/OpenDataServices/cove/issues/601) requires some deployment changes.

Bjwebb commented 7 years ago

I've updated our salt setup so that I can successfully deploy the app separation branch: OCDS: http://601-app-separation-with-iati.dev.cove.opendataservices.coop/validator/ 360Giving: http://601-app-separation-with-iati.cove-360-dev.default.threesixtygiving.uk0.bigv.io/

The functional tests run successfully against these.

BROWSER=PhantomJS CUSTOM_SERVER_URL=http://601-app-separation-with-iati.dev.cove.opendataservices.coop/ DJANGO_SETTINGS_MODULE=cove_ocds.settings py.test cove_ocds/tests_functional.py
BROWSER=PhantomJS CUSTOM_SERVER_URL=http://601-app-separation-with-iati.cove-360-dev.default.threesixtygiving.uk0.bigv.io/ DJANGO_SETTINGS_MODULE=cove_360.settings py.test cove_360/tests_functional.py

We still need to work out whether we want to keep the signposting page somehow http://cove.opendataservices.coop/ - see issue https://github.com/OpenDataServices/cove/issues/615

Bjwebb commented 7 years ago

App separation is now merged into master, so this is on the main dev sites now: OCDS: http://dev.cove.opendataservices.coop/validator/ 360Giving: http://master.cove-360-dev.default.threesixtygiving.uk0.bigv.io/