Migration steps
This is the official documentation of the agent_ruby
Ruby agent.
Step 1: Remove the previous agent
Settings
Please keep your FOREST_ENV_SECRET
before deleting the old agent. You will need it to configure the new one. You can find it in you config/secrets.yml
file.
Route configuration
Remove the 'ForestLiana' route from your config/routes.rb
file.
Cache
The previous agent required cache to be activated in development mode. This is no longer necessary with the new agent. You can disable it with the following command:
Step 2: Install the new agent
add the following line to your Gemfile:
Then run:
Step 3: Customization
Last updated
Was this helpful?