Open pablof300 opened 5 years ago
I use the following steps and I was able to seed the cms:
git clone https://github.com/comfy/comfy-demo.git
cd comfy-demo
bundle
yarn
rails db:migrate
rails server
http://localhost:3000/admin/
identifier
set to demo
rake 'comfy:cms_seeds:import[sample-site, demo]'
When trying to import a CMS seed, using:
rake 'comfy:cms_seeds:import[sample-site, demo]'
the following stack trace follows: