Chuyển đến nội dung chính

Magento Installed

 Do you know Magento? It's a free e-commerce platform designed based on the Zend Framework. PHP developers are certainly familiar with it. Also, due to its intriguing features, it's a compelling software, much like WooCommerce or PrestaShop versions.


Is Magento tools the best? This is a question with no clear answer and entirely depends on each person's needs. However, I do not negate my preference. WooCommerce for WordPress.


In this tutorial, we want to show you how to create a Magento Store. While we'll be doing this in a development environment, if you have the convenience facilities provided for testing purposes, you can also do it online."


Downloading and Installing WAMP Server

If you need a server, and the one I recommend is WampServer, which is provided for free. The installation is straightforward, but for Windows users, there might be a need to install "Visual C++" (especially if the WampServer indicator remains red). For users of different operating systems (other than Windows), you have MAMP for Mac OS users and LAMP for Linux users.



After installing WampServer, you need to locate the "WWW" folder. This is usually available in the following location: "C:/WAMP/www". Replace it with the hard drive where your "C:/Windows" system is located.

Creating a Database
After installing WampServer, when the LED at the bottom right turns green (where is the time on the taskbar), you can access the local database manager. Just enter the following address: http://127.0.0.1/phpmyadmin.

On the new page, you'll see a field where you can specify the database name. Click on "donnees," and then click on "Create."


Downloading and Installing Magento
Magento is free software. It's available on the official platform. On this page, you can find several downloadable versions. Choose "Full Release" to download.

Now, enter the following address to access Magento on the server: http://127.0.0.1/magento

Before "Magento" in the URL, there should be the name of the folder where the extracted contents were placed within the "www" folder.



"You should click 'I agree to the terms and conditions...' If you agree to the terms of use, please click 'Continue'."

In the next step, you'll see a message asking you to set the language, time zone, and currency. After that, click 'Continue' to define the setup.

On the next page, you need to configure the connection options for the database. We created a database named "magento" earlier.
For local development, the default username is usually "root," and the password is empty. So, fill in the fields accordingly based on this information.

Once done, click "Continue." The Magento store will be installed. After the installation is complete, you just need to add an admin account.

You can leave the field for "Encryption Key" empty, and Magento will handle it. Click "Continue" to complete the installation.

Now the installation is ready. You can go to the dashboard (back-end) or the public interface (front-end).

The appearance of the store will be as follows.



The appearance of the backend is as follows.


Nhận xét

Bài đăng phổ biến từ blog này

Tổng hợp danh sách các trang web lấy backlink cực tốt (P.1)

Đi backlink  trong SEO là điều mà ai cũng phải biết và đầu tư cho nó nhiều nhất. Dưới đây, mình chia sẻ các trang web có thể đi backlink khá tốt cho mọi người. Mỗi ngày các bạn tạo 1 bài post sau đó post lên 10 trang trong tổng số 40 trang này, hôm sau cũng viết 1 bài khác rồi post lên 10 trang kế, khi hết thì quay vòng lại 10 trang đầu, mình sẽ update thêm các website nên các bạn cứ yên tâm không lo hết. (Các bạn nhớ bookmark lại kẻo quên trang mình nha :) ) Nếu các bạn không rõ về DA PA IN-EXTERNAL Links thì xem ở đây:  Các chỉ số quan trọng cần biết khi làm SEO ID URL DA PA Internal Links External Links Alexa Global Rank Alexa Local Rank 1 http://diendan.zing.vn/ 63,17 54,5 168 19 701 9 2 http://vatgia.com/ 62,61 57,34 984 23 8086 71 3 http://forum.ueh.edu.vn/ 49,82 38,88 555 43 92060 774 4 http://www.5giay.vn/ 47,12 55,72 445 12 43

Viết game flappy bird bằng HTML và JavaScript (P.1)

Hôm nay chúng ta sẽ viết một game tương tự flappy bird bằng HTML và JavaScript một cách đơn giản, bài viết không chỉ giúp bạn nâng cao khả năng lập tình HTML JS mà còn tạo ra 1 sản phẩm thú vị cho nên các bạn chịu khó theo dõi nha. Các bạn xem demo sản phẩm khi chúng ta hoàn thành trên fiddle:  Demo  đây chỉ là demo cơ bản thôi, khi xem xong bài viết này các bạn có thể làm hay hơn thế nữa :)). Nào ta bắt đầu thôi. HTML Canvas Đầu tiên để tạo game chúng ta cần tạo background cho nó, chúng ta sẽ dùng HTML Canvas , Canvas là một element tuyệt vời cho việc thiết kế game trong HTML. Chúng ta sẽ dùng Js để vẽ trên Canvas. Nếu các bạn chưa biết về Canvas mình có để link phía dưới để các bạn tìm hiểu nên hiện giờ cứ yên tâm mà xem tiếp nha. Bây giờ các bạn tạo 1 file html và nhập đoạn code sau: <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <style> canvas {

Xdebug, PhpStorm and Docker - Why it not working?

  Lately, i start new job with Magento, and while setup IDE for project i face problem with Xdebug, PhpStorm and Docker. It took me a lot of hours to find out and make it work. So i write this post to save some step for you guys also me some way to solve the stuck when we got. 1. How Xdebug work: Link  i founded this article with quite easy understand explanation how xdebug work, so spend some minutes to read it, we need to understans the thing we do to easy to solve it. 2: Define Xdebug is installed on server: With php -v you should see Xdebug showed. And with phpinfo() If you dont see it showed, it mean you have not installed it or it not enable Checking if you have enable extension from your php ini. Or if you have not installed it, consider its document: Link . 3. Now if you make sure xdebug installed but your break point at PhpStorm not break, continue these steps: In phpinfo(), make sure  xdebug.remote_enable is On cause you are using docker container, also checking  xdebug.remot