NEW SERVER - 11.9.2020 ... Retiring, March 2020 - sorry, you have missed our final public course. The Coronavirus situation has lead us to suspend public training - which was on the cards anyway, with no plans to resume
Please ask about private 'maintenance' training for Python, Tcl, Perl, PHP, Lua, etc
Happily continuing private consultancy / programming work |
OS Commerce install made simple
Downloading and installing a new open source product can be daunting, and yesterday afternoon and this morning we set up WordPress and OSCommerce onto our own test server, and onto delegate's laptops. I'm following this introduction with a brief procedure summary for the setup of OSCommerce ... the instructions are clear enough for experienced web server admins / programmers at the start of the 100 page plus .pdf manual, but it's great to have a summary note as a reminder for the delegates on the course.
Here is what you do ...
1. Download from OSCommerce site (zip file)
2. Decompress it (winzip for 'doze types or jar for 'nix and 'nux)
3. Upload to web server, using FTP (manual says ASCII mode for text
file). 'nix to 'nix - recompress via tar and uncompress
--- At this point --- you have a directory I called "shop" which includes all the stuff in the distribution WITHIN the web site document area.
4. If necessary, create a database user / database / password for use
of oscommerce - through phpmyadmin or directly through mysql:
grant all on shop.* to gerald@"%" identified by "gorilla";
create database shop;
5. If your site has mod_rewrite instructions, you may need to add a
.htaccess file saying "RewriteEngine Off"
6. Visit http://sitename/shop/catalog/install and correct any errors of the "must be writeable" type that you get. e.g.
chmod a+w jhfgjhdfghjd/configure.php
7. On next screen, give database information:
localhost gerald gorilla shop
--- At this point --- the system will create all the tables (empty) that it will need
8. Give Store Details
TransWilts Railwayana
Melksham Railway Development Group
graham@wellho.net
grahame
spingo_63
--- At this point --- you have an empty shop and you need to put some product in there to sell, and set up tax rates, stocking and shipping policies, and much more!
9. Click onto admin tool and log in ... and you have whole loads of menus to add products and set up how your shop works.
You learn a lot from the first setup ... it's probably a good idea to do it on a test server, to put up only a handful of products to test and learn what you're doing, and to expect to rerun the procedure "knowing what I know now" .... (written 2009-04-24, updated 2009-04-28)
Associated topics are indexed as below, or enter http://melksh.am/nnnn for individual articles A165 - Web Application Deployment - Installing Software [4259] Upgrading our training systems to all the current stable versions - (2014-04-07) [3053] Make - automating the commands for building and installing - (2010-11-16) [2201] Running straight from the jar, but not from a tar - (2009-05-26) [1700] FTP server on Fedora Linux - (2008-07-06) [809] What to do during a Linux build - (2006-07-20)
Some other Articles
Throughout the year, around the worldRiverside DevelopmentTown Crier competitonBeware - giving copyright away when you upload a picture - Dogs TrustOS Commerce install made simpleSki bore ... train bore ... dog boreReaching the right people with your web siteWhat features does this visitors browser support? (PHP)Oracle take over Sun who had taken over MySQLBigger and better this year!
|
4759 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96 at 50 posts per page
This is a page archived from The Horse's Mouth at
http://www.wellho.net/horse/ -
the diary and writings of Graham Ellis.
Every attempt was made to provide current information at the time the
page was written, but things do move forward in our business - new software
releases, price changes, new techniques. Please check back via
our main site for current courses,
prices, versions, etc - any mention of a price in "The Horse's Mouth"
cannot be taken as an offer to supply at that price.
Link to Ezine home page (for reading).
Link to Blogging home page (to add comments).
|
|