Databases
cd
cd ~/Workshop--Installation/MySQL
# Make it executable
chmod +x copy_mysql.sh
./copy_mysql.sh

Last updated
Was this helpful?
If you have followed the Pentaho 11 Installation, then you will have already installed a MySQL container with a sampledata database.
x
Run the following script to create a MySQL folder and copy the required files.
cd
cd ~/Workshop--Installation/MySQL
# Make it executable
chmod +x copy_mysql.sh
./copy_mysql.shCheck the Directory has been created and the files copied over.
Execute the docker-compose script to create the container.

Check the container is up and running in Docker.

Last updated
Was this helpful?
Was this helpful?
cd
cd ~/MySQL
# Make it executable
chmod +x run_mysql_compose.sh
./run_mysql_compose.shdocker ps