Description of problem: Few users ( including myself ) who tried using magento quick start from github ( https://github.com/openshift/magento-example ) ran into issues getting it up and running on OpenShift. Users either run into database connection errors during the initial configuration phase or if they surpass it would fail with Error: The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept cookies. For the first problem ( database connection error ): During the initial setup, at step 3 of configuration wizard, User is required to fill in the database hostname, username, password and database name manually. Can this step be automated similar to Wordpress quick start ? For the second problem: On the same Step 3, user is also required to select checkboxes for "Skip Base URL validation Before the Next Step" and also "Use Web Server ( Apache ) Rewrites". Forgetting to do this will result in redirection error. Can we auto select these options. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: