Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorraslam
    • CommentTimeAug 7th 2007
     
    Is it necessary to create all three databases development, production and test versions for a project?
    what if I want to use development version only?
    what settings would I require to do in case of development database only?
    •  
      CommentAuthorbermi
    • CommentTimeAug 7th 2007
     

    You only need to set your environment in your config/config.php file

    define('AK_ENVIRONMENT', 'development'); 
    

    accordingly to your desired environment.

    This is discouraged by the web based installer so if you only have one DB use that one for the 3 environments and then edit the file as explained before.

Add your comments
    Username Password
  • Format comments as