Search: "install php"
How to Install Lychee Photo Library on ECS blog
``` ## Install PHP Lychee requires installation of PHP 5.5 or newer version of PHP. In this tutorial, you will install PHP ...
How to Install Tiny Tiny RSS Reader on ECS blog
used to unzip the compressed zip folder. ``` # sudo apt-get install unzip -y ``` ## Install PHP Tiny Tiny RSS Reader requires ...
ApsaraDB for Redis saves PHP session variable - ApsaraDB for Redis Documentation
Install phpredis extension. wget https://github.com/nicolasff/phpredis/archive/master.zip unzip master.zip cd phpredis ...
Install Craft CMS on a LEMP Stack on Alibaba Cloud blog
scripts, we will need to install PHP-FPM. This will install all the core PHP packages we need to run with an NGINX server. Let's ...
How to Install and Use Composer on Ubuntu 16.04 blog
``` Next we have to install the dependencies **_(curl, php-cli, php-mbstring, git and unzip)._** Everything can be installed with the ...
How to Install Craft CMS with a LEMP Stack blog
secured ## Install PHP7 The final part of the LEMP stack we need to run Craft CMS is PHP. Although Craft will run on PHP5.3 and ...
How to Install BookStack on CentOS 7 blog
` `firewall-cmd --reload` ## Install PHP and PHP-FPM Now nginx web server is installed on your system. Next, you'll have to ...
How to Install Fork CMS on ECS blog
download Fork CMS from GitHub, so you will have to install Git. ``` # sudo apt-get install git -y ``` ## Install PHP Fork ...