How To Create Your First Salt Formula
In this tutorial, you will create your first Salt Formula which will configure your server with Vim, the Apache web server, PHP, and git.
In this tutorial, you will create your first Salt Formula which will configure your server with Vim, the Apache web server, PHP, and git.
In this tutorial, we will show you how to use Git hooks to automate the deployment of the production environment of your Rails application to a remote Ubuntu 14.04 server. Using Git hooks will allow you to deploy your application by simply pushing your changes to a production server. This particular setup uses a simple “post-receive” Git hook, in addition to Puma as the application server, Nginx as a reverse proxy to Puma, and PostgreSQL as the database.
The web2py framework is a powerful and easy-to-use tool for quickly developing full-featured Python web applications. With web2py, you can easily develop and manage your applications through the use of an administrative web UI. In this guide, we will demonstrate how to…
Common Redis log locations: /var/log/redis/redis-server.log, /var/log/redis_6379.log, and /var/log/redis/redis_6379.log
Implementing a firewall is an important step in securing your server. A large part of that is deciding on the individual rules and policies that will enforce traffic restrictions to your network. Firewalls like iptables also allow you to have a say about the structural…
APC is a great operation code caching system for PHP that can help speed up your site. Here we install Alternative PHP Cache on a Cloud Server running Ubuntu 12.04 VPS.
Configuration management is an administrative concept that deals with managing multiple remote machines from a single server in an automated way. Ansible is a simple, but powerful configuration management system that communicates with and configures remote systems through simple SSH connections. In this guide, we will discuss how to install and configure an Ansible server that we can later use to control our hosts
Configuration management systems are designed to streamline the process of controlling large numbers of servers, for administrators and operations teams. They allow you to control many different systems in an automated way from one central location. While there are many…
O Elasticsearch é uma plataforma para pesquisa e análise distribuídos de dados em tempo real. Ele é uma escolha popular devido a sua usabilidade, recursos poderosos e escalabilidade. Este artigo o guiará pela instalação do Elasticsearch,…
Mumble is a Voice Over IP (VoIP) application similar to TeamSpeak and Ventrilo. Mumble uses a client-server architecture, which allows users to talk to each other when connected to the same server. It has a simple administration interface and features low-latency, high-quality codecs. In this tutorial, we will learn how to install and configure Murmur – the server component of Mumble.