Summary
Instructions for Transferring Content to FlyWheel
Sometimes plugins need to be transferred directly from Gitlab. In order to do that, download the plugin from GitLab, and follow the following steps:
- Go to downloads folder (or folder with theme)
- Do scp <file_name> <ssh_address>:
- Ex: scp bhslibrary-master-6-28-2022.zip team+texas-a-m-health+bhs-library@ssh.getflywheel.com:
- Do ssh <ssh_address>
- Go to ../home/<user_name>
- Check file is there
- Go to ../../www/wp-content/themes
- Do cp ../../../home/<user_name>/<file_name> .
- Ex: cp -R ../../../home/jacobenerio/bhslibrary-master-2.zip .
- Do unzip -q <file_name>
- Do cp <unzipped_folder_name>/* <destination_folder>