Search: "clone"
How to Deploy Magento 2 on CentOS 7 with ECS and ApsaraDB blog
either composer or the installer archive. If you are installing Magento for development purpose, you can clone the git repository and ...
Deploying Drupal 8 using Ansible Playbook: Part 3 blog
://getcomposer.org/installer }" state: directory ``` Clone the Drupal repository. ``` - name: clone Drupal repository git: repo ...
How to Install Discourse on Alibaba Cloud Using DirectMail and CDN blog
### Download Discourse Installer Create a directory to install discourse mkdir /var/discourse Clone discourse Docker image inside ...
How to Install Nginx with RTMP Module on CentOS 7 blog
-1.1.0h.tar.gz ``` ``` tar -xzvf openssl-1.1.0h.tar.gz ``` Finally, clone the Nginx RTMP Module source code using git command. ``` git ...
Deploying Drupal 8 with Ansible playbook blog
instance "web-server". 3. Clone the Drupal 8 and Drush 9 Github repository and install Drupal on the instance "web ...
Kubernetes Application Management - Stateful Services blog
`clone-mysql` container is mainly responsible for cloning data. The `clone-mysql` container of the Pod `N+1` clones data from Pod ...
Best Practices for Writing Chef Cookbooks blog
targets Chef 12. Here we'll use this cookbook to practice the update process. ### Clone custom_apache Cookbook Let's start ...
Setting up CI/CD for a PREN app with Jenkins, Docker and GitHub Webhooks on Container Registry blog
text area: ``` set +x if [ -d HelloBooks-Alibaba ]; then rm -rf HelloBooks-Alibaba; fi git clone https://github.com/babadee001 ...
How to Install OpenLambda on Alibaba Cloud blog
get down with doing things with OpenLambda now. First, we need to clone the open Lambda repository. We can do this with this ...
Build an E-commerce Website Using Magento and Docker on Alibaba Cloud Starter Package blog
creating the YAML file by yourself, you can clone the one provided by Bitnami which can be found on Dockerhub by using the ...