• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

How to install Magento 1.7.0.2 in linux, bug issue is also solved

June 10, 2013 by Sharad Chhetri Leave a Comment

How to install magento-1.7.0.2 in linux, bug issue is also solved

In this tutorial we will learn How to install Magento 1.7.0.2 in linux
While installing Magento 1.7.0.2 I found a bug ,the bug is also resolved.

Details of Practical :

Operating System : Ubuntu 12.10
Arch : i386
Web Server : Apache
Database Server: MySQL

Follow these steps :

Step 1 : Download the Magento from http://www.magentocommerce.com/download .
You have to signup for free download.

magento-download

Step 2: Install packages and all dependency

sudo su -

apt-get install php5-curl php5-mcrypt apache2 php5 mysql-server

Step 3: Untar the Magento in /var/www


sudo tar -xvjf magento-1.7.0.2.tar.bz2 -C /var/www

Step 4: Create a database called magento and username magento. And set the password of user called magento in mysql and click continue button. Keep patience it will take a bit longer time to go in next page. (At that time it is creating tables and data in database)

root@tuxworld:~# mysql -u root -p
    Enter password:

    mysql> create database magento;

    mysql> CREATE USER 'magento'@'localhost' IDENTIFIED BY 'password';

    mysql> GRANT ALL ON magento.* TO 'magento'@'localhost';

    mysql> flush privileges;

    mysql> exit; 

Step 5: Open the web browser and type http://your.domain.com/magento

Here, I have installed in my system hence using http://localhost

Click on I agree to the above terms and conditions. And then click continue button

magento

Step 6: Set your localization settings

magento3

Step 7: Fill all the Database server info like user name and password. See the given below screenshot.

Note: There is a bug in Magento code, error=> “PHP Extensions “0″ must be loaded”. To solve the issue read my this post.It hardly take 2 minutes to solve

Magento-5

Step 8: Create the admin account. Fill all the information and click continue

magento7

Step 9: Now you will get “You’re All Set!” page .It has one encryption key. Copy the key and paste in some file and save it to some safe directory.

magento8

The installation is Done.

When you click on Backend button, the admin login page will be opened. Give your admin username and password.

magento9

And after login how it looks,see below screenshot.

magento10

To see the Frontend : logout from Admin page and in web browser url type http://your.domain.com/magento

magento11

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. PHP Extensions “0” must be loaded Magento
  2. You don’t have permission to access /nagios on this server :Solved
  3. Gitweb not displaying correctly apache MIME issue CentOS 6.4
  4. Find date of expiry and issue of SSL certificate with command
  5. Shareaholic Related Content Recommendations issue fixed in v7.0.3.3
  6. Recover Linux Grub Password in linux rescue mode CentOS/Red Hat
  7. How to upgrade Linux Mint 15 to Linux Mint 16
  8. Install MySQL Server 5.6 in CentOS 6.x and Red Hat 6.x Linux
  9. How to add/install Ubuntu fonts in CentOS/Red Hat Linux
  10. How to install Java (OpenJDK) on Ubuntu Linux

Filed Under: Linux Tagged With: magento

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

How to put slider shortcode only in home page in WordPress

rsync all files,hidden files,symlinks,hardlinks to remotes Linux Server

error could not configure a c compiler Linux

How to find swap partition or file in linux

Virtual Machine inaccessible status on VirtualBox 4.3

How to convert float to integer number

Password prompt in single user mode is not secure : CentOS/Red Hat

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ·
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy