Buildbot is a continuous integration tool based on Python which automates the build, test and release software cycles. It is built using the Twisted networking engine’s powerful event-driven asynchronous communication that assists Buildbot in the fast deployment of multiple testing builds. Buildbot is very flexible and can be used in projects of any size. In this tutorial, we will show you how to install Buildbot on an Ubuntu 16.04 VPS.
Tutorials
How to Install and Configure NGINX on CentOS 7
In this tutorial, we will show you how to install and set up Nginx on CentOS 7. Nginx is a high-performance, open-source software for web serving. It can be used as a proxy server for email (IMAP, POP3, and SMTP), as a reverse proxy and load balancer for HTTP, TCP, and UDP servers. It can also be used as a media streaming server. It features an event-driven design, which can make better use of today’s computer hardware than Apache’s process-driven design. Nginx is often seen as the “faster” alternative to other web servers such as Apache, being able to handle a higher load of concurrent connections while using less resources. Installing and configuring NGINX on CentOS 7, is fairly easy task and it shouldn’t take more then 10 minutes to finish it.
Install and Configure Pico CMS on Ubuntu 16.04
In this tutorial, we will show you how to install Pico CMS on an Ubuntu 16.04 VPS. Pico is a lightweight open source CMS written in PHP. Pico is a flat file CMS, so there is no need to use a database and there is no administration back-end. It uses the Twig templating engine for template rendering. It is a cross-platform application and supports all popular operating systems, but this tutorial was written for Ubuntu 16.04 OS. At the time of writing this tutorial, the latest stable version is Pico 1.0.6, and it requires:
- PHP 5.3 or higher
- Apache web server 2.2 or higher with enabled mod_rewrite module
This install guide assumes that Apache is already installed and configured on your virtual server.
How to Reduce Admin Ajax Server Load in WordPress
Today we will show you, How to reduce admin Ajax server load in WordPress. WordPress Heartbeat API was introduced in WordPress 3.6. The WordPress Heartbeat API uses wp-admin/admin-ajax.php to run AJAX calls from the browser. The purpose of this API is to improve user session management, auto saving, revision tracking. It sounds amazing, but it also has disadvantages that can also cause high CPU usage and crazy amounts of PHP processes. For example, if you leave your dashboard open it will keep sending POST requests on a regular interval, hence can cause the Heartbeat API to continually spawn PHP processes which uses CPU.
How to Install ionCube on Ubuntu 16.04
Today we will show you, how to install ionCube on Ubuntu 16.04. ionCube is a PHP encoder which is being used to convert readable source code written in PHP to bytecode making it unreadable to other users. It improves the security and speed of scripts written in PHP. To be able to run ionCube encoded and secured PHP scripts, you need to have ionCube Loader installed on your Linux Cloud VPS. In this tutorial, we will show you how to install ionCube Loaders on Ubuntu 16.04.
How to Set Up WordPress Error Logs in wp-config
In this tutorial, we are going to provide you with step by step instructions on how to set up WordPress error logs in wp-config. The wp-config.php file in WordPress may help you find and fix problems in WordPress scripts, WordPress themes and plugins and give you feedback on what is wrong with your website.
How to install Let’s Encrypt on Ubuntu 16.04 with Nginx
We’ll show you, How to install Let’s Encrypt on Ubuntu 16.04 with Nginx. Let’s Encrypt is a relatively new SSL Certificate Authority (CA) that provides completely free SSL certificates that are just as secure as the paid certificates issued by the major trusted certificate authorities. Let’s Encrypt is supported by major players like Mozilla, Akamai, Cisco, the EFF and managed by the Linux Foundation. In this article we will guide you through the steps of installing Let’s Encrypt SSL certificate on an Ubuntu 16.04 VPS with Nginx web server. We assume that you already have Nginx installed and configured on your server. Installing Let’s Encrypt on Ubuntu 16.04 with Nginx, is really an easy task and should take around 10 minutes.
How to Install Odoo 10 on Ubuntu 16.04 with Nginx as a Reverse Proxy
We’ll show you, How to Install Odoo 10 on Ubuntu 16.04 with Nginx as a Reverse Proxy. Odoo is one of the most popular and most powerful Open Source ERP business software based on the Python programming language. In this tutorial, we will show you how to install Odoo 10 on an Ubuntu 16.04 VPS and show you how to configure Nginx as a reverse proxy for your Odoo 10 so you can access your Odoo application via a domain without typing Odoo’s port in the URL.
The installation of Odoo 10 on an Ubuntu 16.04 VPS should take no longer than 20 minutes if you follow the very easy steps described below.
How to set up Google Analytics on Magento 2
In this guide we are going to provide you with step-by-step instructions on how to setup Google Analytics in Magento 2 on a CentOS 7 VPS. Google Analytics is a great web analytics service that tracks and reports website traffic. In order to enable Google Analytics in Magento 2, you need to install Magento 2 on your VPS, create a new Google Analytics Account or log in to your existing account if you have one, obtain a tracking ID and configure the Magento 2 website to use the newly created tracking ID.
How to install and configure Zimbra mail server on CentOS 7
In this tutorial we are going to provide you with step-by-step instructions on how to install and configure Zimbra mail server on a CentOS 7 VPS. Zimbra is an enterprise-class open source email collaboration software.