Install Arastta 1.3.4 on Windows

Trabla: Install Arastta 1.3.4 eCommerce  on Windows ( XAMPP 5.6.21 )


Install Arastta 1.3.4 on Windows 7 tutorial


Arastta is the next generation of Open Source eCommerce software built with modern technologies such as Symfony, Doctrine (soon), MVC, Bootstrap, jQuery, Swift Mailer etc.


Latest Tutorial - Install Arastta 1.4.2 eCommerce on Windows 7 localhost ( XAMPP 7.0.9 with PHP7 ) - opensource PHP Shopping Cart 

Solving:

1.  Download and install XAMPP 5.6.21 from official site:
https://www.apachefriends.org/download.html

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 1


2. Download Arastta 1.3.4  installer from official site:
https://arastta.org


Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 2


Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 3

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 4


3. Create folder \arastta in XAMPP htdocs folder
C:\xampp\htdocs\arastta
and copy all files from downloaded  Arastta 1.3.4  .zip source

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 5


4. Run XAMPP Control Panel 
- start Apache
- start Database

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 6


5. Open in browser following url to start Arastta 1.3.4  web installation
http://localhost/arastta/install/index.php
- Select language
- Click "Next"

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 7


6.  "Database" page
Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 8

Now we need to create Database for Arastta 1.3.4

1) Open phpMyAdmin in new browser tab (or window :) ) - http://localhost/phpmyadmin
2) Open SQL tab
3) Execute following query

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 9

CREATE DATABASE `arastta` 
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

CREATE USER 'arastta-owner'@'localhost'; 
CREATE USER 'arastta-owner'@'127.0.0.1';
CREATE USER 'arastta-owner'@'::1';

SET PASSWORD 
FOR 'arastta-owner'@'localhost' = PASSWORD('arastta123$%');
SET PASSWORD 
FOR 'arastta-owner'@'127.0.0.1' = PASSWORD('arastta123$%');
SET PASSWORD 
FOR 'arastta-owner'@'::1' = PASSWORD('arastta123$%');


GRANT ALL PRIVILEGES ON 
`arastta`.* TO 'arastta-owner'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`arastta`.* TO 'arastta-owner'@'127.0.0.1' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`arastta`.* TO 'arastta-owner'@'::1' WITH GRANT OPTION;

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 10

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 11

Go back  to Arastta 1.3.4  installarion page - fill all fields
( use
database name - arastta
user arastta-owner
password ( for user ) - arastta123$%
)
and click "Next"
Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 12


7. "Settings" page - enter your store info and click "Next"

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 13

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 14


8. Ready !!! Hooray!!!

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 15

Enjoy Arastta 1.3.4

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 16

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 17

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 18

Admin Panel
Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 19

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 20

Install Arastta 1.3.4 on Windows 7 XAMPP tutorial 21


No comments:

Post a Comment