-
.Net
-
Backup
-
Data Storage Containers
-
Docker Containers
-
Environment Management
- Swap-Domains
- Clone Environment
- Create Environment
- Environment Aliases
- Environment Aliases
- Environment Migration between Regions
- Environment Regions
- Environment Transferring
- Environment Variable
- Environment Variables
- Environment Variables(Apache meaven, Memcached)
- Environment Variables(Go)
- Environment Variables(JAVA)
- Environment Variables(Load Balancer)
- Environment Variables(Node.js)
- Environment Variables(PHP)
- Environment Variables(Ruby)
- How to Migrate a WordPress Site to BitssCloud PaaS
- How to migrate my environments from another Jelastic provider?
- HTTP Headers
- Java VCS Deployment with Maven
- Setting Up Environment
- Share Environment
- Why is my environment in sleeping mode?
- Show all articles (9) Collapse Articles
-
Java
- Environment Variables - Java custom Environment Variables
- Java App server Configuration
- Java Options and Arguments
- Multiple Domains on Tomcat server
- Secure Java Encryption and Decryption
- Spring Boot Standalone and Clustered Java Applications with BitssCloud
- Timezone Data for Java/PHP App Server
- Tomcat HTTP to HTTPS redirect
- WildFly server
-
LiteSpeed Web Server
-
OOM Killer
-
Python
-
Reseller SetUp
-
Secure Socket Layer (SSL)
-
Troubleshooting
-
Account Management
-
CDN
-
Databases
- Database Configuration
- Database Connection Strings
- Database Hosting in BitssCloud
- Environment Variables(Database)
- Galera Cluster not working
- How to export/Import Database via Command line
- How to install MSSQL server on Linux (2017)
- MariaDB/MySQL Auto-Сlustering
- MongoDB Database Backups
- PostgreSQL Database Backups
- PostgreSQL Database Replication
- PostgreSQL Master-Slave Cluster
- Remote Access to PostgreSQL
- Schedule Backups for MySQL and MariaDB Databases
- Scheduling Databases Backups
-
Domain Name Management
- Container Redeploy
- Custom Domain Name
- DNS Hostnames for Direct Connection to Containers
- How to Bind Custom Domain via A Record
- How to Bind Custom Domain via CNAME
- Multiple Custom Domains on an Nginx Web Server
- Multiple Domains with Public IP
- Multiple Public IP Addresses for a Single Container
- Setup WordPress Multisite Network with Domain Mapping and CDN
-
Jenkins
-
Load Balancing
-
PHP
- Creating Environment for PHP
- Deploy PHP Project Via GIT SVN
- How to Check Change PHP Version in BitssCloud
- How to create environment for AngularJs/ReactJs
- How to Enable PHP Extensions
- How to Install Custom PHP Application
- Ion cube Loader
- MariaDB PHP connection
- MySQL PHP Connection
- NGINX PHP
- PHP App Server Configuration
- PHP Connection to MongoDB
- PHP security settings
- PHP Session Clustering
- PostgreSQL PHP Connection
- Running Multiple Domain Names on Apache Server
- Security configuration for Apache
- Zero Downtime (ZDT) Deployment for PHP
- Show all articles (3) Collapse Articles
-
Release Notes
-
Ruby
-
SSH
-
Wordpress
-
Application Management
-
Cluster
-
Deploying Projects
-
Elastic VPS
- CentOS VPS
- Elastic VPS configuratation
- Elastic VPS with full root access
- Installation of cPanel in BitssCloud
- Java Console Application with CentOS VPS
- Linux VPS Access via Public IP
- Linux VPS Access via SSH Gate
- Setting Mail Server Inside CentOS VPS
- Setting Mail Server Inside CentOS VPS
- SSH Access to VPS Gate
- Ubuntu VPS
- Ubuntu with CSF Firewall
-
High Availability
-
Jitsi
-
Node.js
-
Pricing System
-
Request Handling
-
Scaling
- Application Server with horizontal scaling
- Automatic Horizontal Scaling
- Automatic Horizontal Scaling: Multi Nodes
- Automatic Vertical Scaling
- Database Horizontal Scaling
- Docker Containers Horizontal Scaling
- Horizontal Scaling
- Load Balancer with horizontal scaling
- Memcached horizontal scaling
- Storage Container
- VPS Horizontal Scaling
-
Traffic Distributor
-
General
- Apache & NGINX Modules
- BitssCloud Dashboard Guide
- Build and Deploy Hooks
- Cron Job scheduler
- FFMPEG Setup
- File Synchronization
- FTP Overview
- FTP/FTPS Support in BitssCloud
- How to Deploy Magento into BitssCloud PHP Cloud
- How to Enable Expert Mode in JCA
- How to open a support ticket to BitssCloud
- Installation of FTP
- Kubernetes Cluster
- MarketPlace
- Reduce Cloud Waste with Automatically Scheduled Hibernation
- Run Configuration
- SFTP Protocols for Accessing BitssCloud Containers.
- Supported OS Distributions for Docker Containers
- Timezone Addon
- Two-Factor Authentication
- Types of Accounts
- Varnish
- Websockets Support
- What is Cloudlet
- What is PaaS & CaaS
- WordPress AddOn
- Zero Code Change Deploy with No Vendor Lock-In for Smooth Migration across Cloud Platforms
- Show all articles (12) Collapse Articles
-
Go lang
-
Wordpress category
-
Data Storage Container
-
Memcached
-
Account & Pricing
WordPress CI/CD
Virtuozzo Application Platform for WordPress provides a dedicated add-on that can help you implement the Continuous Integration / Continuous Deployment (CI/CD) processes on the platform. Also, the cloning functionality makes it extremely easy to create testing environments that are exact copies of your existing WordPress instance.
Refer to the appropriate sections below for more information:
Configuring CI/CD with Git-Push-Deploy Add-On
You can read about the process in detail in the dedicated blog article. In general, you need to install the Git-Push-Deploy add-on that will connect the WordPress environment with your Git account and automatically deploy any code changes.
Tip: It is recommended to try your adjustments (or custom WordPress implementation) on the test environment first to ensure that changes won’t break the existing application.
Simply update your code, make commits as you usually do, and all the changes will automatically be pushed directly to your WordPress environment’s application server ROOT folder. With the add-on, you don’t need to switch between processes or make manual updates, which eliminates human errors and accelerates time to market for your application. Additionally, benefiting from the ZDT deployment feature available for PHP servers, your customers won’t experience any downtime even on the single-node installations.
Creating Test Environment with Clone Functionality
Whenever you want to add some functionality to your WordPress instance, it is common practice to test changes in the separate environment. This approach ensures that existing websites and customers are not affected by misconfiguration during the development process.
For such cases, the platform provides a special option – environment cloning, which allows creating a complete copy of an already existing project in just a couple of clicks.
For more complex and sophisticated projects (which implies the involvement of the whole development team), multiple copies of your application are recommended. The most common application lifecycle implementation involves the following stages:
- development – for developers to create and modify features
- testing – for quality assurance to discover and analyze possible issues
- production – the latest actual application version, provisioned for end-customers use
Clone Environment
In order to create an environment copy, follow the next simple steps:
1. Hover over the environment you want to duplicate and click the appropriate Clone Environment button:
2. Within the pop-up, specify a name for the environment copy (or leave the default one) and click Clone.
3. The environment will be duplicated and ready for use in a few minutes.
Be aware that the IP addresses and hostnames of the clone will differ from the initial environment. So, if such values are “hardcoded” within configuration files, they should be re-adjusted manually.
Now, you can apply changes, add new features, and perform load testing, all without affecting the original environment.
Swap IP
Once you are satisfied with the changes to your testing environment, you may want to update the production environment. Obviously, you want to perform this imperceptibly for the customers, with minimum (or ideally without) interruption of the user experience. One of the ways to achieve this goal is to swap domains or IPs of the production and testing environments, which will seamlessly reroute traffic to the newer version of your project.
Read the linked Swap Domain and Swap IP documentation pages for more information on the corresponding operations.