Creating custom demo data?

Hi, when first starting the accelerator you can choose to include demo data, I would like to use the same functionality, to prepare our new site for the releas, since we will inject it into existing database automation would be lovely. Could this be done? If so could you write a few lines about when I can edit the content, and how to run the “import”

Litium version: 7.1

All the logic for the import/export of the site exists in accelerator.

If you open up the DeploymentController you have a method with name ShowExport that you need to change to be able to export a site. When we shows the export it will show a new section on the deployment screen where you can export a site, the site data will end up in the Site\Deployments folder.

Otherwise all the logic for doing the actual exporting/import is in the Litium.Acceelrator project in the namespace Litium.Acceelrator.Deployments.

This is developed to get the accelerator prepared with demo-data but with modifications it should be possible to use the same pattern for own-custom-sites or import the information into the new site.

1 Like

Thanks again for a fantastic response time!