I've put together a quiz (using the Quiz module) and I'd like to be able to export it, along with the modules it relies upon, in a way that another site can install it and run. I thought I could do that with Features, but while it will handle the modules, it apparently (that I can determine at least) doesn't handle content.

Strongarm was recommended as a solution, but it manages variables. Deploy, on the other hand, will do content (and may or may not handle module dependencies) but it apparently will only deploy via a service and I need to take this to code instead.

I found a discussion of a Content Export which was being built (http://groups.drupal.org/node/24753) but it has apparently since been abandoned without producing a release.

I'd appreciate any suggestions y'all have for doing this.

Comments

WorldFallz’s picture

iirc, node_export works with features.

barrett’s picture

Thanks for the reference, WorldFallz. You're right as usual. There is a Node Export Features submodule available in the 6.x-3.x-dev version of Node Export.

Heck if I see how to use it though. I'm not seeing a Node Export component available when creating a new Feature and there's no README covering how to use the integration. If you have some insight, it'd be a big help. Otherwise I'll see if I can sort it out tomorrow when I'm fresh.

chia’s picture

The nodes that you want to export with node export features, must have UUID. To export nodes make sure you have selected the content type and 'create missings uuids' from 'admin/settings/uuid' under the fieldset 'Synchronize'.