This is a discussion on Looking to install locally?? within the osCMax v1.7 Installation forums, part of the osCMax v1.7 Forums category; I just downloaded the OSCommerce2.2ms2 yesterday and then today heard that MS2-MAX is better. I haven't installed it yet (I ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I just downloaded the OSCommerce2.2ms2 yesterday and then today heard that MS2-MAX is better. I haven't installed it yet (I haven't really figured out how...) Keeping in mind I am a complete beginner here... 1) Is it possible to install MS2-MAX just on Windows and develop it offline, then upload it to a web-host later (when I get one)? I have also installed IBServer (though I also don't know how to use that yet--it was recommended) and I am working on WindowsXP 2) If it IS possible, is there any straight-forward, relatively easy-to-understand instruction on how to install it? |
| Sponsored Links | ||
| ||
| |
|
#2
| ||||
| ||||
| Install onto a Windows "localhost" for testing/prototyping/programing/reviewing - can do! Install a triad or WAMP package would be one of the fastest ways (WAMP - Windows installer for Apache, MySQL, and PHP - all in ONE package/install. LAMP -is the same thing but for Lunix) Try http://appserv.sourceforge.net/ It said it can it has a 20 sec installation - out of the box use. Also installed PHPMyAdmin which is often mentioned in many post here that you may have to use from time to time. Your "IP" would be http:\\localhost or 127.0.0.1 From that - you should be able to transfer over to a Lunix box your files and database. 1. "Install" on both to create the proper configure.php files for each server. (make any changes on your local "TEST" server) 2. Backup your test/finished shop's database 3. Transfer that "dump file" to your production server (that you already installed OSC on it to create the configure.php files) and restore in admin or use phpmyadmin to overwrite the DB. 4. Transfer all files (PHP and images files) - EXCEPT your configure.php files - use the ones the install from step 1 created. From that point on - all you have to do is transfer any files that change on your "test" server to the live server to "update" it. You can update your "test" database by using OSC admin BACKUP/RESTORE feature (backup on your "live" system then transfer the file to your "test" system and "restore" it - just don't do the reverse!!!! Unless you close the site down while you make any "local" changes to the DB!) Good Luck.
__________________ JPF - osCMax Fourm Moderator Try out our osCMax at: Live Catalog Demo Limited access Admin: Live Admin Demo Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped! |
|
#3
| |||
| |||
| Ok, I already have IBServer installed (which also contains PHPmyadmin)--you'll have to bear with me here, all of this is completely new!--so I think I have what I need in that department (although I have NO idea how it all works--I assume I'll see when I get to work on my site) I downloaded OSCommerce before I heard of the MAX version. Should I just download MAX from here, or do I need to get rid of OSC first? --and which exactly should I download? Quote:
My main confusion is how to install on http://localhost in the first place. Do I still telnet? The wiki docs only tell how to upload online (and even THAT doesn't make a whole lot of sense to me...) Even if I have to go through the whole thing again later, I just want to have something I can work/play with offline so I can get the hang of it. It's just figuring out how to open everything so I can use it! --btw, I also have TSW WebCoder, which was recommended to me. I know I can learn this stuff once I get started, it's just a matter of getting started! There should be a wiki for complete and total beginners... Thank you for your help! It seems that no one on the OSC forums are really interested in helping beginners... |
|
#4
| ||||||
| ||||||
| Quote:
Quote:
Quote:
Quote:
The easy way to do it is to find the directory that the WEB SERVER software is using as your ROOT ie: c:\www\ or C:\Inetpub\wwwroot or such.... Take the ZIP file and unarchive the "catalog" directory directly into that subdirectory (if your on 2000/XP/2003 - this is very important! - That way the files can take the "IUSR" USER permissions that should be set on that directory. - *See NOTE BELOW) ie: C:\Inetpub\wwwroot\catalog\ C:\Inetpub\wwwroot\catalog\includes C:\Inetpub\wwwroot\catalog\admin .... (all other files etc) Then using a GOOD text editor to edit your files (The FREEWARE progam NOTETAB or shareware UltraEdit are good ones to work with). Brush up on your CSS (cascading style sheets) and edit your stylesheet.css to get the color look you want (with the default layout) - then add in your own graphics etc... From this point you should be able to point your browser to http:\\localhost (or 127.0.0.1) to get your "main page" or type in http:\\localhost\catalog\install start the install as per the install instructions. Then after to open up your new OSC site http:\\localhost\catalog and to open up the admin interface http:\\localhost\catalog\admin Then feal free to using a GOOD text editor to edit your files (The FREEWARE progam NOTETAB or shareware UltraEdit are good ones to work with). Brush up on your CSS (cascading style sheets) and edit your stylesheet.css to get the color look you want (with the default layout) - then add in your own graphics etc... Quote:
Good Luck! NOTE: IUSR - Window NT/2000/XP/2003 using NTFS file system has a file/directory level user security. For security - INTERNET users and all other unknown user/clients (client like a bowser) using your "localhost" server are denide access to ALL your files. When you install a WEB SERVICE - like for WEBPAGES - you have to give these USER access to your WEB files. Normally it create a folder like C:\Inetpub\wwwroot\ (unless you move /change it from the default) and gives permission to a special user "Internet Guest Account" or "IUSR" - the name is generated using your machine name but always has "IUSR" in it. ANY files save/copied/created outside of this directory DOES not automatically get "IUSR" permmissions. So any files/directory move into your folder will NOT have the proper permissions. -You MAY have to assign manually this. (right click on the folder/files then select Properties the select Security tab then "ADD" this user - browse to add or type in the FULL NAME - add with full READ/WRITE permissions.) See my posts on this or OSC site for more details. (search for post made under my user name and a string of "IUSR") |
|
#5
| |||
| |||
| Quote:
--btw, knowing that I've never done it, and know virtually NOTHING about this, is it still a worthwhile endeavor? Which leads me to my next question... Quote:
Quote:
|
|
#6
| ||||
| ||||
| Quote:
Quote:
Quote:
Good Luck |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problems while installing locally on windows/apache | icecold | osCMax v2 Installation issues | 1 | 06-30-2005 05:14 AM |
| How to add catalog images (and others) using IIS locally | BHenderson | osCommerce 2.2 Installation Help | 0 | 01-25-2005 01:52 PM |
| catalog/install/install.php?step=2 repeats | devarajan.g | osCommerce 2.2 Installation Help | 2 | 12-19-2004 08:54 PM |
| Install locally on C:\ Drive | Anonymous | osCMax v1.7 Installation | 4 | 03-19-2004 07:43 AM |
| /catalog/install/install.php?step=2 just hanging | geller | osCommerce 2.2 Installation Help | 0 | 12-03-2003 02:34 PM |