Link to home
Start Free TrialLog in
Avatar of Jason Yu
Jason YuFlag for United States of America

asked on

How to install software on a provisioned vagrant image

we are trying to make a gold image for all developers for a dotCMS project. I have installed virtualbox and then vagrant vm manager. I pulled a CentOS image from atlas repository and have it running.

My next step will be installing the software. Do I need ssh inside the box to install the software, or use the Vagrantfile to script the installation procedure.

I am new to vagrant, please help.

thanks.
SOLUTION
Avatar of jmcg
jmcg
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jason Yu

ASKER

thanks for update. Is it possible to provide a template vagrant file for me to provision. I haven't decided which configuration management software to use yet. Chef/ puppet / ansible.

Which one works best with vagrant file?

I will install dotCMS/postgres database/ eclipse/ notepad++/ angular 2  on this vm, it's primarily for developer's mv.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial