You will need the following setup before you can run apache VCL
To run apache VCL in docker containers perform the following steps:
- Clone this repository onto a local folder
- Change to the folder where you downloaded this repository
- Update .env file with MYSQL_PASSWORD you will like to use
- Launch containers using docker-compose
docker-compose up -d
- Check if the containers launched correctly
docker-compose ps
-
Access the vcl website at https://localhost/vcl and login with the default password adminVc1passw0rd
-
Set the admin user password (DO NOT skip this step):
- Click User Preferences
- Enter the current password: adminVc1passw0rd
- Enter a new password
- Click Submit Changes
-
The management node already has the vmware vsphere sdk installed. If you need other provisioning tools you will have to update the Management Node Docker File accordingly