-
.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
How to Deploy Magento into BitssCloud PHP Cloud
Magento is an extremely popular open-source e-commerce service powered by PHP. It provides a flexible modular architecture enhanced with the agile ecosystem to continually adapt, customize and extend your platform. This allows Magento to be much more versatile than most e-commerce platforms at storing a large range of data. With BitssCloud PaaS, you can not just integrate the Magento instance to the platform but also get a clustered solution out-of-the-box. So, let’s have a better insight into these options:
- one-click automated installation
- manual deployment
Magento Cluster Automatic Installation
You can have a reliable and auto-scalable Magento Cluster solution for e-commerce websites up and running within minutes using the one-click installation package. If you already registered at BitssCloud PaaS, it can be installed directly from your dashboard using BitssCloud Marketplace. If you don’t have an account, you can automatically get it and, simultaneously, initiate Auto-Scalable Magento Cluster solution installation – just click the Get it hosted now button below and fill the form within the opened page.
As a result, you’ll get a new environment with the following topology:
Read the Auto-Scalable Magento Cluster article for the detailed description or check the project repository at GitHub.
Instruction on Manual Magento Installation
In case you are intended to gain full control over non-clustered Magento installation, we also prepared a detailed guide on its manual deployment. Follow the step-by-step instruction below to get your PHP Magento application inside BitssCloud PaaS:
Create Environment
1. Log in to your BitssCloud account and click New Environment at the top left corner of the dashboard:
2. Within the opened topology wizard, switch to the PHP tab, add the Apache application server and the MySQL database.
Note: MySQL 8 is not supported by Magento. Also, PHP 7.2.x is supported starting with the 2.3 release (currently in development). Configure other parameters up to your needs (e.g. cloudlets limit or region) and click Create.
3. After creation, click the Config button next to your Apache server to check if the appropriate modules are activated.
4. Navigate to the /etc/php.ini file, locate and uncomment the following extensions as it is shown in the image below:
- extension=gd.so
- extension=xsl.so
- extension=soap.so
5. Save file and Restart nodes to apply changes.
Upload Application
1. Add Magento repository from GitHub to the Deployment Manager.
2. Deploy Magento package into your environment.
For the automatic dependencies installation, expand the Hooks section and add the Post script, which will run the Composer tool from your project directory:cd $WEBROOT/ROOT
composer install
Tip: You can adjust the Branch field to provide the exact version of Magento (e.g. we set the 2.2.6 tag as the latest stable one at the moment).
In a minute your Magento project will be deployed.
Configure Database
1. While your project is deployed and dependencies installed, you can create a dedicated database with user. Click the Open in Browser button for your MySQL node.
2. Log in with credentials you’ve received via email after environment creation. Switch to the User accounts tab and click the Add user account link.
3. Provide the desired User name and Password for your new account.
Tick the Create database with same name and grant all privileges option and click Go at the bottom of the page.
Install Magento
1. Click the Open in Browser button for your application server.
2. The process of installation is rather simple, just follow the displayed steps.
3. Let’s pay attention to the Add a Database step. Fill in the fields by specifying your database host (for example can be seen in the appropriate email) and credentials of a user created in the previous section:
4. Configure your Magento installation through the other steps and click Install Now on the last one to proceed.
Tip: On the first connection to admin panel, you may see some warning notifications at the top of the admin panel:
- invalid indexers – run the next command php $WEBROOT/ROOT/bin/magento indexer:reindex command via Web SSH to reindex
- invalidated cache – select the appropriate cache (e.g. Page Cache) and refresh it via admin panel
That’s all! Now you can start working with Magento in BitssCloud PaaS.
Tip: On the first connection to admin panel, you may see some warning notifications at the top of the admin panel:
- invalid indexers – run the next command php $WEBROOT/ROOT/bin/magento indexer:reindex command via Web SSH to reindex
- invalidated cache – select the appropriate cache (e.g. Page Cache) and refresh it via admin panel
That’s all! Now you can start working with Magento in BitssCloud PaaS