Create Folders¶
Alation Cloud Service Applies to Alation Cloud Service instances of Alation
Customer Managed Applies to customer-managed instances of Alation
To prepare for ASM installation, two directories are required on the new instance you have provisioned. To create these: .. code-block:: Bash
sudo mkdir /opt/alation_fde sudo mkdir /opt/alation_fde/asm
Change Ownership¶
You will need to change the ownership of the alation_fde folder to the same user Docker is running as.
cd /opt
sudo chown -R <user_name_here>:docker alation_fde
or
cd /opt
sudo chown -R $USER:docker alation_fde
Next step: Please contact your FDE Support Engineer to commence ASM installation and configuration.