MySQL
-
- 3479 days ago
- MySQL
- 47004 Views
Introduction SaltStack, or Salt, is a powerful remote execution and configuration management system that can be used to easily manage infrastructure in a structured, repeatable way. In this series, we ...
-
- 3479 days ago
- MySQL
- 3807 Views
A FAMP stack, which is similar to a LAMP stack on Linux, is a group of open source software that is typically installed together to enable a FreeBSD server to host dynamic websites and web apps. FAMP is an acronym that stands for FreeBSD (operating system), Apache (web server), MySQL (database server), and PHP (to process dynamic PHP content).
In this guide, we'll get a FAMP stack installed on a FreeBSD 10.1 cloud server using pkg, the FreeBSD package manager.
-
- 3479 days ago
- MySQL
- 1915 Views
Introduction Nginx, MySQL, and PHP can be combined together easily as a powerful solution for serving dynamic content on the web. These three pieces of software can be installed ...