Loading...

Cloning your Cloud Platform application into the IDE

Cloning your Cloud Platform application into the IDE

  1. Click COPY FROM THE CLOUD PLATFORM to copy your existing Cloud Platform application into the Cloud IDE.

    The system copies your application’s code, databases, and files into the Cloud IDE. If you have a multisite setup, the system prompts you to select the database and files directory to copy into the IDE. You must manage the sites.php file to configure the Drupal routing so that it matches the IDE preview URL. For more information, visit Cloud IDE multisite FAQ.

2. Select Manage Drupal Application > Open Drupal Application in the admin menu to view your application.

Cloning your application from a GitHub repository to your IDE

  1. Copy the contents of your IDE SSH public key at /home/ide/.ssh/id_rsa_acquia_ide_<UUID>. Replace the IDE SSH public key in the following example code with your own IDE SSH public key:

    $ cat /home/ide/.ssh/id_rsa_acquia_ide_<UUID>.pub
    ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDia6OKJKFQYmQysWWL6+bRpjfGbGHaYx3b9mdqhRxtBr9
    +q1TUUljNPX3dT6y+GsQEC4ImAhm82fPpFjEpwPGrM5+kvlk4zkLMV+TILnQXA9athf3CWPTCUQxyY9t5ZO
    wbmjRPhFeDKCVogSAjHdCoVRQfKOy1J0ffO+I7nnjVNbhMLfeL1PU1WZhyx4tBRweKX44QZA1hccrIfw0SV
    rXnJ72Gm/0SESnCaAkfnEjo8+wwyiSNfTFOfY/MrgkNjePaxTPP0LaFwoiGpfyNRNAd6w+ztfIQa34kfviT
    NCp4Us/cGrtLH6AYvrtVbIwToNdXvTPliz+D1GJYcaWlbfdwHselKDQffVbnYLbpgopWgDJjmy/ex0TG4Gv
    Qnn1CVHZayKbivuVT0sEgcWrOmyKcqpO2PlZ+W4SCpCdQZ3Tz6I0I+O9VKLF2lauKtjHkmpfOxI46YkLEA8
    6sTuK3s9cyt8irn9X/4ggV7D4PbiYdaweQMjRgQPVhLcB+dosDml750bnEGjjY1iFJwIbT69gF5zucrheIr
    zr6OarwPjwW1V314sKfszssjSYpablgYYm/8zOjowKpgf+6XS0Ug0aKePWRPUVfSdnn5fDBEr9U3K4r3cv5
    L6Ol0GIJVcfEi7Vq6OsmDxgiEfAzKdpXaHZBwacpATrawZ0DQqr58V/xCw== ide@ide-68k71c55-4155-
    4ba0-b737-13187c3c8b96-6799564b7d-rbn58
    
  2. Paste the SSH public key into the Key field on the Add new page.

  3. Clone your repository into the correct folder in the IDE.  Replacing [your-URL.git] in the following command with the Git URL of your repository:

    git clone [your-URL.git] /home/ide/project
  4. Select Manage Drupal Application > Open Drupal Application in the admin menu to view your application.

Did not find what you were looking for?

If this content did not answer your questions, try searching or contacting our support team for further assistance.

Back to Section navigation