Tuesday, 18 October 2016

Joomla

Joomla Installation in web server WAMP,XAMPP,AMPPS.

--------------------------------Joomla installation---------------------------------
Step
google search or directly type url
1)go to www.joomla.org/download
2)Joomla_3.6.2-Stable-Full_Package.zip or you can choose version
3)extract in root folder of WAMP or XAMPP or AMPPS
4)WAMP or XAMPP or AMPPS server should be start
5)rename folder name of joomla
6)url type in web browser localhost/(folder name)
7)making database name so url type localhost/phpmyadmin

This is completed process of Joomla Installation package Joomla_3.6.2-Stable-Full_Package.zip

Thursday, 13 October 2016

Magento 2:Vender Autoload error in XAMPP,AppSer





following step:

Magento 2 installation time error:



Vendor autoload is not found. Please run 'composer install' under application root directory.



1)Search composer in search engine

2)download composer(https://getcomposer.org/download/)

3)installing in computer or laptop

4)setting check(composer installation time showing window):

1)select php folder in server

2)php path should be selected(example:C:\bitnami\php\php.exe)

3)every server having php folder and php.exe file

5)Internet is required for downloading another software for vendor autoload

6)go to magento 2 folder in server (Example:C:\bitnami\htdocs\magento2)

7)then shift+right click

8)It will installing all related software trhough command prompt

9)server restart

10)installing magento 2


Tuesday, 4 October 2016

Magento installation in WAMP Server

Magento is an open-source e-commerce platform written in PHP. The software was originally developed by Varien Inc.,a US private company headquartered in Culver City, California, with assistance from volunteers.

Varien published the first general-availability release of the software on March 31, 2008. Roy Rubin, former CEO of  Varien, later sold a substantial share of the company to eBay, which eventually completely acquired and then spun off the company.

According to the research conducted by aheadWorks in May 2015, Magento's market share among the 30 most popular e-commerce platforms is about 29.8%. On November 17, 2015, Magento 2.0 was released, with an aim to provide new ways to heighten user engagement, smooth navigation, conversion rates and overall revenue generation, it has well-organized business user tools speed up build up time and enhances productivity.

Table locking issues have purportedly been considerably reduced, Improved Page Caching and also allows in streamlining Guest checkout process for existing users, Enterprise-grade scalability, improved performance and better code base are some of the touted benefits of newer Magento version.

Magento employs the MySQL/MariaDB relational database management system, the PHP programming language, and elements of the Zend Framework. It applies the conventions of object-oriented programming and model–view–controller architecture.

Magento also uses the entity–attribute–value model to store data. On top of that, Magento 2 introduced the Model-View-ViewModel pattern to its front-end code using the JavaScript library Knockout.js.(from wikipedia)