[
http://mifosforge.jira.com/browse/MIFOSADMIN-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Keith Pierce updated MIFOSADMIN-185:
------------------------------------
Description:
Apache's virtual-host configuration for mifos.com and mifos.org needs to be
cleaned up and reorganized, in parallel with reorganizing the Drupal site's
subdomains. Proposed changes:
h3. Production site ({{/var/www/mifos}})
Reorganize the sites folder to contain just these three subdomains under Git
control:
* {{default}}
* {{all}}
* {{mifos.org}}
* {{mifos.com}}
h5. Details:
* Remove these subdomains from {{/var/www/mifos/sites}}:
** {{beta.mifos.org}}
** {{rollout.mifos.org}}
** {{test.mifos.com}}
** {{mifos.com}} as a symlink to {{default}}
** {{www.mifos.com}} (Apache rewrites this url as mifos.com)
** {{www.mifos.org}} (Apache rewrites url as mifos.org)
* Add subdomain {{mifos.com}} (not symlinked)
An administrator will maintain git-ignored settings files
({{sites/mifos.com/settings.php}} and {{sites/mifos.org/settings.php}})
configured with their respective database settings.
h3. Test site ({{/var/www/mifos_testing}}
Reorganize to contain the three subdomains under Git control, plus two ignored
subdomains for testing.
* {{default}}
* {{all}}
* {{mifos.org}}
* {{mifos.com}}
* {{test.mifos.org}} (ignored by Git)
* {{test.mifos.com}} (ignored by Git)
h5. Details:
* Remove these subdomains from {{/var/www/mifos_testing/sites}}:
** {{beta.mifos.org}}
** {{rollout.mifos.org}}
** {{www.mifos.com}}
** {{www.mifos.org}}
* Disable Apache virtual host {{mifos_testing} and remove it from
{{/etc/apache2/sites-available}}
* Add Apache virtual hosts {{test.mifos.com}} and {{test.mifos.org}} rooted at
{{/var/www/mifos_testing}}.
A test administrator will maintain git-ignored settings files
({{test.mifos.com/settings.php}} and {{test.mifos.org}}) configured with test
databases, usually snapshots of production databases.
was:
Apache's virtual-host configuration for mifos.com and mifos.org needs to be
cleaned up and reorganized, in parallel with reorganizing the Drupal site's
subdomains. Proposed changes:
h3. Production site ({{/var/www/mifos}})
Reorganize the sites folder to contain just these three subdomains under Git
control:
* {{default}}
* {{mifos.org}}
* {{mifos.com}}
h5. Details:
* Remove these subdomains from {{/var/www/mifos/sites}}:
** {{beta.mifos.org}}
** {{rollout.mifos.org}}
** {{test.mifos.com}}
** {{mifos.com}} as a symlink to {{default}}
** {{www.mifos.com}} (Apache rewrites this url as mifos.com)
** {{www.mifos.org}} (Apache rewrites url as mifos.org)
* Add subdomain {{mifos.com}} (not symlinked)
An administrator will maintain git-ignored settings files
({{sites/mifos.com/settings.php}} and {{sites/mifos.org/settings.php}})
configured with their respective database settings.
h3. Test site ({{/var/www/mifos_testing}}
Reorganize to contain the three subdomains under Git control, plus two ignored
subdomains for testing.
* {{default}}
* {{mifos.org}}
* {{mifos.com}}
* {{test.mifos.org}} (ignored by Git)
* {{test.mifos.com}} (ignored by Git)
h5. Details:
* Remove these subdomains from {{/var/www/mifos_testing/sites}}:
** {{beta.mifos.org}}
** {{rollout.mifos.org}}
** {{www.mifos.com}}
** {{www.mifos.org}}
* Disable Apache virtual host {{mifos_testing} and remove it from
{{/etc/apache2/sites-available}}
* Add Apache virtual hosts {{test.mifos.com}} and {{test.mifos.org}} rooted at
{{/var/www/mifos_testing}}.
A test administrator will maintain git-ignored settings files
({{test.mifos.com/settings.php}} and {{test.mifos.org}}) configured with test
databases, usually snapshots of production databases.
Added {{sites/all}} to list of directories.
> Clean up virtual hosts on mifos.org/mifos.com
> ---------------------------------------------
>
> Key: MIFOSADMIN-185
> URL: http://mifosforge.jira.com/browse/MIFOSADMIN-185
> Project: mifos administration
> Issue Type: Task
> Reporter: Keith Pierce
>
> Apache's virtual-host configuration for mifos.com and mifos.org needs to be
> cleaned up and reorganized, in parallel with reorganizing the Drupal site's
> subdomains. Proposed changes:
> h3. Production site ({{/var/www/mifos}})
> Reorganize the sites folder to contain just these three subdomains under Git
> control:
> * {{default}}
> * {{all}}
> * {{mifos.org}}
> * {{mifos.com}}
> h5. Details:
> * Remove these subdomains from {{/var/www/mifos/sites}}:
> ** {{beta.mifos.org}}
> ** {{rollout.mifos.org}}
> ** {{test.mifos.com}}
> ** {{mifos.com}} as a symlink to {{default}}
> ** {{www.mifos.com}} (Apache rewrites this url as mifos.com)
> ** {{www.mifos.org}} (Apache rewrites url as mifos.org)
> * Add subdomain {{mifos.com}} (not symlinked)
> An administrator will maintain git-ignored settings files
> ({{sites/mifos.com/settings.php}} and {{sites/mifos.org/settings.php}})
> configured with their respective database settings.
> h3. Test site ({{/var/www/mifos_testing}}
> Reorganize to contain the three subdomains under Git control, plus two
> ignored subdomains for testing.
> * {{default}}
> * {{all}}
> * {{mifos.org}}
> * {{mifos.com}}
> * {{test.mifos.org}} (ignored by Git)
> * {{test.mifos.com}} (ignored by Git)
> h5. Details:
> * Remove these subdomains from {{/var/www/mifos_testing/sites}}:
> ** {{beta.mifos.org}}
> ** {{rollout.mifos.org}}
> ** {{www.mifos.com}}
> ** {{www.mifos.org}}
> * Disable Apache virtual host {{mifos_testing} and remove it from
> {{/etc/apache2/sites-available}}
> * Add Apache virtual hosts {{test.mifos.com}} and {{test.mifos.org}} rooted
> at {{/var/www/mifos_testing}}.
> A test administrator will maintain git-ignored settings files
> ({{test.mifos.com/settings.php}} and {{test.mifos.org}}) configured with test
> databases, usually snapshots of production databases.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues