Installing Imagemagick into server

Development:
vagrant ssh && sudo apt-get install imagemagick

Production:
ssh me@my-serverIP && sudo apt-get install imagemagick

Is this correct or is there another way in trellis?

Thank you!

No, the correct way would be to use an Ansible role to install Imagemagick

2 Likes