Thread: *Local Install*

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24
  1. #11
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: *Local Install*

    Quote Originally Posted by oxymoronz View Post
    Since I do not have a copy of the e-book is there other documentation on how to do this?
    Someone wrote a guide for WAMP users, available in the downloads area:
    http://www.zen-cart.com/index.php?ma...roducts_id=586

    There are other forum threads discussing XAMPP as well.

    You'll likely find some information on the xampp.org website as well.

    And/or get yourself a copy of the book -- it's not just an installation guide, it's the Zen Cart administrator's manual.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #12
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: *Local Install*

    "localhost" means the "webserver on your computer" ... typically starting at C:\xampp\htdocs
    So, if you have your Zen Cart files in xampp\htdocs, you use http://localhost
    If you have your Zen Cart files in a subfolder named "zencart" ie: xampp\htdocs\zencart, then you use http://localhost/zencart



    Also, you are referencing the "install.txt" file, but you may have missed the first two lines of the file which say:
    THE FOLLOWING IS A VERY SIMPLIFIED INSTALLATION DOCUMENT.
    WE SUGGEST YOU USE THE HTML VERSIONS IN THE /docs FOLDER FOR MORE DETAILED INSTRUCTIONS.
    The much more detailed /docs/1.readme_installation.html may be more helpful with many of your installation issues; although it doesn't address Xampp at all.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #13
    Join Date
    Apr 2007
    Posts
    65
    Plugin Contributions
    0

    Default Re: *Local Install*

    I have got zc working on my local server now. Is it possible to add new products and attributes to my offline store using xampp or do I have to go through the zen cart admin?

  4. #14
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: *Local Install*

    Quote Originally Posted by oxymoronz View Post
    Is it possible to add new products and attributes to my offline store using xampp or do I have to go through the zen cart admin?
    Xampp is only a tool to let you "run" a copy of Zen Cart on your home computer (rather than a publicly-accessible webserver).
    To run Zen Cart on your home computer, you'll have to use it the same way you'd use the public site: via your browser.
    To add products to your home computer's database, you'd use your admin area via your browser pointed at your Zen Cart install on your home computer ... ie: localhost/admin
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #15
    Join Date
    Apr 2007
    Posts
    65
    Plugin Contributions
    0

    Default Re: *Local Install*

    Alright, thank you. I am now in the process of setting up the admin. It askes for a database name. Then it says that the database does not exist. Do I have to create a folder of that name in a particular place?

  6. #16
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: *Local Install*

    Quote Originally Posted by oxymoronz View Post
    I have got zc working on my local server now.
    Quote Originally Posted by oxymoronz View Post
    I am now in the process of setting up the admin. It askes for a database name. Then it says that the database does not exist.
    Huh?

    You said "I have got zc working", but then you start talking about "setting up the admin" and "it asks for a database name" ... That doesn't make any sense.

    What exactly did you mean by saying "I have got zc working on my local server now." ?????
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #17
    Join Date
    Apr 2007
    Posts
    65
    Plugin Contributions
    0

    Default Re: *Local Install*

    I mean that I have installed xampp and I'm able to pull up my site on my local host without being online. After that I opened a browser window and called up localhost/.../admin. That then said it could not be found in that directory and had a link that said "click to install" which brought up the zc page with questions guiding me through the install.

  8. #18
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: *Local Install*

    Okay.

    You *do* have to do an install in order to get Zen Cart running.
    To do an install requires first unzipping the Zen Cart files to your htdocs folder.
    Then you must create a database, a username, and password in your database engine.
    Then you must do your Zen Cart install using zc_install.
    These are the basic installation steps outlined in the 1.readme_installation.html file I mentioned earlier.


    To create your database, you'll need to open http://localhost in your browser, and select phpMyAdmin, and create a database by typing a name into the "create database" field and submitting the form. Xampp already has a user named "root" and a blank password.

    Then start the zc_install process. On the database screen, you have to enter "root" for the username, leave the password blank, enter the name of the database you just created in the "database name" field. All the other settings should be fine as-is.

    After you've finished the install, you'll have a clean store. Then you can browse the store and the admin by using http://localhost and http://localhost/admin



    I encourage you to get a copy of the book.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #19
    Join Date
    Apr 2007
    Posts
    65
    Plugin Contributions
    0

    Default Re: *Local Install*

    Awesome. Thanks for the help. Got it all runnin smooth now!

  10. #20
    Join Date
    Oct 2007
    Location
    Nashua, NH USA
    Posts
    4
    Plugin Contributions
    0

    Default Re: *Local Install*

    Hi,
    I have a similar question. I installed the latest Zen-Cart on my local PC with XAMPP. I went through the install process last week and everything runs. When I go to this URL, the stores appears:

    http://localhost/zencart/files/

    My question is, what URL do I go to to administer and customize the store. I think I did this when I installed it last week, but I forgot and I don't see it explained in any docs. I know its a dumb question. Can you help?

    I do plan to order the Zen Cart book though, but I just need to play with zen-cart locally to get a feel for its features.
    Thanks in advance,
    Steve

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v154 Cannot access install on local serveraccross local network.
    By RMPowell01 in forum Installing on a Windows Server
    Replies: 5
    Last Post: 15 Jan 2015, 06:08 PM
  2. Local Install
    By atjhza in forum Installing on a Windows Server
    Replies: 2
    Last Post: 1 Apr 2010, 01:30 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR