Results 1 to 2 of 2

Thread: Production and Testing?

  1. #1
    thisisyoyo is offline Member
    Join Date
    Oct 2008
    Posts
    9

    Default Production and Testing?

    How to deploy a production and testing server for my SugarCRM deployment?

    Does this simply mean to install an exact version of my current production tool in another directory with no records and duplicate any modification on there or is there a specific rule to follow when implementing this procedure.

    I do not have any type of testing methods which I feel is not something i should do. Obviously if i install a module or screw up the live system it will raise some eyebrows.

    How should i go about this?

    Thank you.

  2. #2
    eNick is offline Sugar Community Member
    Join Date
    Apr 2008
    Location
    UK
    Posts
    282

    Default Re: Production and Testing?

    The short answer is that it depends on what you're trying to prove.

    If you've already got a production server, and you simply want a sandpit in which to try out changes before committing them to the live server (very sensible) then yes, all you need is a seperate directory *and* a seperate database instance. (Because some things you do will get stored in the database).

    If you're building a system you intend to deploy for, say, a customer, then the test environment will need to be more or less a complete clone of the target environment.

    Copying the solution to create a test environment is straightforward.

    Step 1
    Just copy the full folder structure. Technically, you don't need to copy the cache directory unless you have documents uploaded (as they're stored in the cache).

    Step 2
    In your database admin tool (say phpMyAdmin) use the features to copy the database instance. This will copy all the records, which is probably more useful than having an empty version.

    Step 3
    Edit config.php in your test version to point to the new database instance.
    T H E S U G A R R E F I N E R Y
    : : : SugarCrm Customisation and Integration Services : : :

    SugarCRM Systems Integration Partner
    Trusted with SugarCRM
    http://www.theSugarRefinery.com ::: sales@{removethis}theSugarRefinery.com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SecuritySuite Alpha available for Testing
    By eggsurplus in forum Downloads
    Replies: 207
    Last Post: 2010-03-03, 10:21 PM
  2. Full Development/Release Cycle for Sugar
    By egork in forum Developer Help
    Replies: 3
    Last Post: 2007-09-26, 12:23 PM
  3. Production: 4.5.1e or 5.0 B1 ?
    By agora in forum Installation and Upgrade Help
    Replies: 4
    Last Post: 2007-09-14, 02:10 PM
  4. cant open attachments in notes
    By sbernd in forum Help
    Replies: 4
    Last Post: 2005-03-22, 12:38 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
  •