

Easycatalog magento install#
This will help in case of any problems with your PHP configuration.Ĭhown Install phpMyAdmin, a useful graphical tool for interacting with the databases on your server. Insert the famed phpinfo into your webroot for test purposes. Then you can configure Nginx worker processes.Ĭonfigure the PHP-FPM worker as laid out below.įor ease of startup during boot, configure installed services to be automatically started at boot time. Set Nginx to use PHP-FPM for requests.Įrror_page 404 /usr/share/nginx/įastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name įastcgi_pass unix:/var/run/php5-fpm.sock Now add a few tweaks to Nginx’s configuration. Create your web directory first.Ĭhown www-data:www-data -R /var/www/magento/ We need to get Nginx to work with PHP now. First, configure this setting for the PHP command line interface. Now it’s time to configure PHP sessions to be stored into memcached. Naturally, you will need to enable both of these modules. Nano /etc/php5/mods-available/memcached.ini Make sure to add the memcached and redis modules to the PHP extensions list in php.ini. Yum -y install php-pecl-memcache php-pecl-memcached You should use Redis for managing Magento’s backend cache. Next, install the two required PHP extensions, php-memcached and php-redis. At this time, you will also set the root user for MariaDB, which is a common drop-in replacement for MySQL.Īpt-get install nginx php5-fpm redis-server memcached php5-dev php5-mysql php5-mcrypt mariadb-server php-pecl There are a few required programs that Magento will need. To start the setup process, make sure your server is fully up to date.

A LAMP stack using Nginx, PHP and MariaDB Step-by-step guide.All commands should be run as the root user.1 Node ( Cloud Server or Dedicated Server) running a clean installation of Ubuntu 14.To complete this guide, you will need the following: This guide will help you get a suitable environment for Magento up and running. There are a wide variety of plugins that can be installed to provide even more features. The many features of Magento include shopping cart management, conversion tracking and easy catalog customization. Magento is a free, open-source e-commerce platform used by thousands of retailers to power their online stores.
