Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Nov 2006
    Location
    Brighton, CO
    Posts
    90
    Plugin Contributions
    0

    Default Pre-Configuring options BEFORE install

    Greetings All!

    We have a specific configuration that we use for all our stores. We want to create new stores with the same configuration of all our previous installs.

    Question: Is there a way to PRE-CONFIGURE an install so we do not have to go through the multitude of steps to get our store configured after the install.

    Thanks!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Pre-Configuring options BEFORE install

    Hey Brighton, CO!!

    Create a configured install with a custom template to include all layout boxes settings attached to the template and all addon modules. This can be sans any products. You can then use this DB and template name for all other installs - adding products etc and after installed, one can alter the template graphics independantly.
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Nov 2006
    Location
    Brighton, CO
    Posts
    90
    Plugin Contributions
    0

    Default Re: Pre-Configuring options BEFORE install

    Quote Originally Posted by kobra View Post
    Hey Brighton, CO!!

    Create a configured install with a custom template to include all layout boxes settings attached to the template and all addon modules. This can be sans any products. You can then use this DB and template name for all other installs - adding products etc and after installed, one can alter the template graphics independantly.
    Thanks for your reply Kobra -

    But you've lost us :) - is there a tutorial or "cheat sheet" to do this?

    Side Note: Waiting for the snow out here in Brighton - South Denver was getting snow, Airport was getting snow - just a good steady rain here...

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Pre-Configuring options BEFORE install

    Unfortunately, there is not a tutorial that "directly" addresses this but parts of moving to a new server/host are applicable and the basis for what I have proffered.

    Basically, install a development install(call it what you like) of ZenCart with no products or a minimal one or two test items if this assists in configuring the things you need.

    As configuration settings are held in the DB and many associated with the active template, you also create a "custom" template and make adjustments to all settings. This same template name will be used across all of your installs.
    Note: The name is the same to maintain DB associated settings. The graphics can be fully unique.

    Add any 3rd party modules and these can consist of files and DB tables and/or sql changes. Most modules utilize the override system and the files will be placed into appropriate folders named for your template name. Some have core file replacements.

    Once this dev install has been configured as you want - tar.gz the complete set of cart files and make a DB copy of same.

    Now you have a complete copy of the pre-configured base install to be moved to another domain name/server. Use the steps in the tutorial on moving to relocate these files and DB. Now it is ready for graphics and product.

    This assumes your shops all have a unique complement of products.
    Last edited by kobra; 17 Apr 2009 at 07:22 PM.
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Nov 2006
    Location
    Brighton, CO
    Posts
    90
    Plugin Contributions
    0

    Default Re: Pre-Configuring options BEFORE install

    Quote Originally Posted by kobra View Post
    Unfortunately, there is not a tutorial that "directly" addresses this but parts of moving to a new server/host are applicable and the basis for what I have proffered.

    Basically, install a development install(call it what you like) of ZenCart with no products or a minimal one or two test items if this assists in configuring the things you need.

    As configuration settings are held in the DB and many associated with the active template, you also create a "custom" template and make adjustments to all settings. This same template name will be used across all of your installs.
    Note: The name is the same to maintain DB associated settings. The graphics can be fully unique.

    Add any 3rd party modules and these can consist of files and DB tables and/or sql changes. Most modules utilize the override system and the files will be placed into appropriate folders named for your template name. Some have core file replacements.

    Once this dev install has been configured as you want - tar.gz the complete set of cart files and make a DB copy of same.

    Now you have a complete copy of the pre-configured base install to be moved to another domain name/server. Use the steps in the tutorial on moving to relocate these files and DB. Now it is ready for graphics and product.

    This assumes your shops all have a unique complement of products.
    Thanks Kobra - becoming much clearer now.

    So moving the "dev install" is pretty much the same thing as creating a shop on a "production domain" and then moving it to it's own / new domain?

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Pre-Configuring options BEFORE install

    Is there a way to PRE-CONFIGURE an install so we do not have to go through the multitude of steps to get our store configured after the install.

    So moving the "dev install" is pretty much the same thing as creating a shop on a "production domain" and then moving it to it's own / new domain?
    Yes, the dev install becomes your "Pre-configured" install with only a few items that must be altered versus many
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Nov 2006
    Location
    Brighton, CO
    Posts
    90
    Plugin Contributions
    0

    Default Re: Pre-Configuring options BEFORE install

    Great - will slot some time next week to give it a try...

    Thanks for your help!

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Pre-Configuring options BEFORE install

    I do not know your details on the shops??

    But operating many shops, order fufillment, tracking, accounting, etc. can become an ominus task.

    There is a Multi-site 3rd Party module that might be of interest where by you operate multiple shops - served from one Database.

    The directions are sparse to none but others have has success and this might be of interest to you
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Nov 2006
    Location
    Brighton, CO
    Posts
    90
    Plugin Contributions
    0

    Default Re: Pre-Configuring options BEFORE install

    Quote Originally Posted by kobra View Post
    I do not know your details on the shops??

    But operating many shops, order fufillment, tracking, accounting, etc. can become an ominus task.

    There is a Multi-site 3rd Party module that might be of interest where by you operate multiple shops - served from one Database.

    The directions are sparse to none but others have has success and this might be of interest to you
    We have considered running out of one database but had concerns about the database becoming too large, slower response times (maybe v2.0 will help with that). Also, not sure if there would be an issue with creating sitemaps larger than 50K products, db integrity (keeping it easily optimized, etc.) We also like the idea that we can move a shop easily to another server if the need arises...

    But always interested in hearing options for efficiency - thanks!

    BTW, how are you on creating cron jobs for Zen?

  10. #10
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Pre-Configuring options BEFORE install

    how are you on creating cron jobs for Zen?
    Actually, ZenCart does not have cron capability, this is done at the linux level BUT can be for some shell script that acts upon ZenCart items.

    What action is it you desire to be automated?
    Zen-Venom Get Bitten

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 3
    Last Post: 20 Jan 2012, 10:52 PM

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