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.
You can use acli pull
to pull your code, database, and files from Cloud Platform. You can use optional parameters to specify the items that you do not want to refresh. Use acli pull --help
to list all available parameters.
2. Select Manage Drupal Application > Open Drupal Application in the admin menu to view your application.
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
Paste the SSH public key into the Key field on the Add new page.
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
When pulling the code from an external Git repository, you can use acli refresh --no-code
to pull only the database and the files from your Cloud Platform application.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Thu Nov 21 2024 06:01:02 GMT+0000 (Coordinated Universal Time)