Migration steps
Step 1: Remove the previous agent
Settings
# uninstall the old agent
bundle remove forest_liana
# remove the old configuration files
rm -f config/initializers/forest_liana.rb
rm -f config/secrets.ymlRoute configuration
# remove this line
mount ForestLiana::Engine => '/forest'Cache
rails dev:cacheStep 2: Install the new agent
Step 3: Customization
Last updated