How To Install CodeIgniter on an Ubuntu 12.04 Cloud Server
Run through this tutorial and install Codelgniter on an Ubuntu 12.04 Cloud Server.
Run through this tutorial and install Codelgniter on an Ubuntu 12.04 Cloud Server.
Apache’s CouchDB is “a database that completely embraces the web.” It is one of a family of NoSQL databases that offers an alternative to the rigid structure of a relational database like MySQL. Breeze through this tutorial and learn how to install CouchDB from source on an Ubuntu 13.03 VPS.
Wiki-style document editing is a very popular way of presenting content and allowing group collaboration. There are many different wiki applications available that each have their uses. DokuWiki is a small, contained wiki that does not rely on an entire database to get up and running. In this guide, we will install DokuWiki and serve it with Nginx on an Ubuntu 12.04 VPS.
A Pilha Elastic — anteriormente conhecida como ELK Stack — é uma coleção de softwares de código aberto produzida pela Elastic que permite pesquisar, analisar e visualizar logs gerados a partir de qualquer fonte em qualquer formato. Esta é uma prática…
Sistemas de controle de versão como o Git são essenciais para as melhores práticas de desenvolvimento de softwares modernos. O controle de versão permite que você acompanhe seu software a nível de código-fonte. É possível rastrear as alterações, retornar a etapas anteriores, e…
This article will walk through the steps required to install HHVM on Ubuntu 13.10 on a the cloud provider VPS.
This tutorials covers a basic joomla installation on an ubuntu server. Joomla is a free and open source content management that uses a PHP and a backend database, such as MySQL. It offers a wide variety of features that make it an incredibly flexible content management system right out of the box. It was created in 2005 and is currently the 2nd most popular content management site online. It now has over 10,000 addons to customize its functionality.
Linux Dash is an open-source dashboard to monitor Linux servers. It prides itself on its simplicity and ease of use. It can be very handy to have a high-level dashboard for a server instance. With a wide array of modules for server statistics, it also serves as a great visual debugging tool.
Программный стек LEMP — это комплекс программного обеспечения, используемый для обслуживания динамических веб-страниц и веб-приложений, написанных на PHP. Аббревиатура LEMP обозначает операционную систему Linux с веб-сервером Nginx (произносится как «энджинкс»). Данные…
MariaDBは、人気の高いLAMP(Linux、Apache、MySQL、PHP/Python/Perl)スタックのMySQL部分の代替として使用されているオープンソースデータベース管理システムです。MySQLの代わりになることが意図されています。このチュートリアルでは、Ubuntu 20.04サーバーにMariaDBをインストールして、それが作動し安全に初期設定されていることを確認する方法を説明します。