Skip to content

Accessing and uploading sandbox builds to Alloyio.com

Brandon Pack edited this page Jun 10, 2022 · 6 revisions

Access to Sandbox VM.

  1. Access to Azure is required. Make sure you're added as a user to DMa/AEP Alloy PRD.
  2. Connect to Cisco VPN and SSH out on corp.
  3. Check if your VPN/SSH session IP is added to the whitelist.
  • Navigate to "@adobe.onmicrosoft.com/resource/subscriptions/SUBSCRIPTION ID/resourceGroups/Alloy/providers/Microsoft.Compute/virtualMachines/alloyioVM/networking"
  • Under the "Port_22" property, add IP to "Source IP addresses/CIDR ranges".
  • Save and wait 30 seconds.
  1. Use SFTP client to connect to host using your credentials. The host IP is listed under "alloyVM".

Building and Uploading the Alloy sandbox.

  1. Pull the latest version of Alloy on Main.
  2. Cd Into the sandbox directory and install the dependencies.
  3. Cd back to root and run "sandbox:build" to build the Alloyio.com sandbox.
  4. To upload the latest to Alloyio.com
  • SFTP into "alloyVM"
  • Navigate to "/var/www/alloyio.com/sandbox/build"
  • Upload the sandbox build output from "sandbox/build" into the VM build directory.