How To Install and Get Set Up with FuelPHP on Your VPS
In this tutorial we will get started with a small FuelPHP application. To illustrate this, we will use an Ubuntu powered VPS with the LAMP stack installed.
In this tutorial we will get started with a small FuelPHP application. To illustrate this, we will use an Ubuntu powered VPS with the LAMP stack installed.
El autor seleccionó el COVID-19 Relief Fund para que reciba una donación como parte del programa Write for DOnations. Grafana es una…
This tutorial covers installing phpMyAdmin on a LAMP stack. Additionally it includes the steps on how to secure it with the .htaccess file. phpMyAdmin is an free web software to work with MySQL on the web—it provides a convenient visual front end to the MySQL capabilities.
Administering relational databases from the command line can be a daunting proposition for many people. A project called phpMyAdmin aims to alleviate this issue by providing an easy to use web interface for MySQL. In this guide, we’ll discuss how to install and secure phpMyAdmin on top of a LEMP (Linux, Nginx, MariaDB, and PHP) stack on a CentOS 7 server.
Une version précédente de ce tutoriel a été rédigée par Justin Ellingwood Redis est une base de données de valeurs-clés en mémoire renomée pour sa flexibilité, ses performances et son vaste…
MQTT is a machine-to-machine messaging protocol, designed to provide lightweight publish/subscribe communication to “Internet of Things” devices. It is commonly used for geo-tracking fleets of vehicles, home automation, environmental sensor networks, and…
ArangoDB is a NoSQL database. After completing this tutorial, you should be able to:
ClickHouse is an open source, column-oriented analytics database created by Yandex for OLAP and big data use cases. In this tutorial, you’ll install the ClickHouse database server and client on your machine. You’ll use the DBMS for typical tasks and optionally enable remote access from another server so that you’ll be able to connect to the database from another machine. Then you’ll test ClickHouse by modeling and querying example website-visit data.
Composer is a popular dependency management tool for PHP, created mainly to facilitate installation and updates for project dependencies.It will check which other packages a specific project depends on and install them for you, using the appropriate versions according to the project requirements.
PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. It is a popular choice for many small and large projects and has the advantage of being standards-compliant and having many advanced features like reliable transactions and concurrency without read locks.