|
|
|
|
|
by cykod
1688 days ago
|
|
This looks great - some more in-depth documentation vs. just a feature list would be helpful. What's the configuration / deployment story? How do you move a configured Motor Admin configuration from development to staging and then production? |
|
All configurations are stored in motor.yml file which is automatically generated in root directory.
There might be two ways handling configurations: 1. Use git to create commits with new configurations in motor.yml and deploy/pull that git repo on the production host in order to update the configs.
2. rake motor:sync to sync configurations directly to production app host via API.
There a bit of info about configurations sync between environment here:
https://github.com/motor-admin/motor-admin-rails#configurati...