You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "zoe slattery (JIRA)" <ji...@apache.org> on 2010/12/21 21:33:01 UTC

[jira] Created: (INFRA-3317) Aries TLP: Website

Aries TLP: Website
------------------

                 Key: INFRA-3317
                 URL: https://issues.apache.org/jira/browse/INFRA-3317
             Project: Infrastructure
          Issue Type: Sub-task
      Security Level: public (Regular issues)
            Reporter: zoe slattery


Please note that the following instructions were based on INFRA-2400 where 'pivot' was search-and-replaced with 'aries':

1. Enable new vhost entry for Aries. I.e. in trunk/httpd-conf/www.apache.org/vhosts/others.conf:

<VirtualHost *:80>
    DocumentRoot /x1/www/aries.apache.org
    ServerName aries.apache.org
    ServerAlias aries.*.apache.org
    RewriteEngine On
    RewriteOptions inherit
</VirtualHost>

2. On people.apache.org, create the new vhost directory and associated mail archive directory as well as the dist and dist archive directories
    $ mkdir /www/aries.apache.org
    $ chmod 775 /www/aries.apache.org
    $ sudo chown apbackup:aries /www/aries.apache.org

    $ cd /www/tlp.apache.org
    $ sudo ln -s /home/apmail/public-arch/aries.apache.org mail

    $ mkdir /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
    $ chmod 775 /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
    $ chown apbackup:aries /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries

3. If you are in group httpdadmin on people.apache.org:
    $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
    $ svn up others.conf
    $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart

4. If you are in group httpdadmin on www.apache.org:
    $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
    $ svn up others.conf
    $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-3317) Aries TLP: Website

Posted by "zoe slattery (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977922#action_12977922 ] 

zoe slattery commented on INFRA-3317:
-------------------------------------

Hi Joe - it's ready now, I'm not intending to do any more restructuring. 

> Aries TLP: Website
> ------------------
>
>                 Key: INFRA-3317
>                 URL: https://issues.apache.org/jira/browse/INFRA-3317
>             Project: Infrastructure
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: CMS, SvnPubSub, TLP Admin, Website
>            Reporter: zoe slattery
>
> Please note that the following instructions were based on INFRA-2400 where 'pivot' was search-and-replaced with 'aries':
> 1. Enable new vhost entry for Aries. I.e. in trunk/httpd-conf/www.apache.org/vhosts/others.conf:
> <VirtualHost *:80>
>     DocumentRoot /x1/www/aries.apache.org
>     ServerName aries.apache.org
>     ServerAlias aries.*.apache.org
>     RewriteEngine On
>     RewriteOptions inherit
> </VirtualHost>
> 2. On people.apache.org, create the new vhost directory and associated mail archive directory as well as the dist and dist archive directories
>     $ mkdir /www/aries.apache.org
>     $ chmod 775 /www/aries.apache.org
>     $ sudo chown apbackup:aries /www/aries.apache.org
>     $ cd /www/tlp.apache.org
>     $ sudo ln -s /home/apmail/public-arch/aries.apache.org mail
>     $ mkdir /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chmod 775 /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chown apbackup:aries /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
> 3. If you are in group httpdadmin on people.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart
> 4. If you are in group httpdadmin on www.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-3317) Aries TLP: Website

Posted by "Joe Schaefer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977926#action_12977926 ] 

Joe Schaefer commented on INFRA-3317:
-------------------------------------

All set, thanks.

> Aries TLP: Website
> ------------------
>
>                 Key: INFRA-3317
>                 URL: https://issues.apache.org/jira/browse/INFRA-3317
>             Project: Infrastructure
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: CMS, SvnPubSub, TLP Admin, Website
>            Reporter: zoe slattery
>
> Please note that the following instructions were based on INFRA-2400 where 'pivot' was search-and-replaced with 'aries':
> 1. Enable new vhost entry for Aries. I.e. in trunk/httpd-conf/www.apache.org/vhosts/others.conf:
> <VirtualHost *:80>
>     DocumentRoot /x1/www/aries.apache.org
>     ServerName aries.apache.org
>     ServerAlias aries.*.apache.org
>     RewriteEngine On
>     RewriteOptions inherit
> </VirtualHost>
> 2. On people.apache.org, create the new vhost directory and associated mail archive directory as well as the dist and dist archive directories
>     $ mkdir /www/aries.apache.org
>     $ chmod 775 /www/aries.apache.org
>     $ sudo chown apbackup:aries /www/aries.apache.org
>     $ cd /www/tlp.apache.org
>     $ sudo ln -s /home/apmail/public-arch/aries.apache.org mail
>     $ mkdir /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chmod 775 /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chown apbackup:aries /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
> 3. If you are in group httpdadmin on people.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart
> 4. If you are in group httpdadmin on www.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-3317) Aries TLP: Website

Posted by "Gavin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976687#action_12976687 ] 

Gavin commented on INFRA-3317:
------------------------------

I'm going to start the move now. Actually, what will happen is I'll enable the new site area and leave the old incubator site intact. After the svnpubsub switch the new site should start working (in regards as the cms will publish to it) and the old incubator site will remain but will not update any longer. So you can still refer to the old site until the new site is working to your liking.



> Aries TLP: Website
> ------------------
>
>                 Key: INFRA-3317
>                 URL: https://issues.apache.org/jira/browse/INFRA-3317
>             Project: Infrastructure
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: CMS, SvnPubSub, TLP Admin, Website
>            Reporter: zoe slattery
>
> Please note that the following instructions were based on INFRA-2400 where 'pivot' was search-and-replaced with 'aries':
> 1. Enable new vhost entry for Aries. I.e. in trunk/httpd-conf/www.apache.org/vhosts/others.conf:
> <VirtualHost *:80>
>     DocumentRoot /x1/www/aries.apache.org
>     ServerName aries.apache.org
>     ServerAlias aries.*.apache.org
>     RewriteEngine On
>     RewriteOptions inherit
> </VirtualHost>
> 2. On people.apache.org, create the new vhost directory and associated mail archive directory as well as the dist and dist archive directories
>     $ mkdir /www/aries.apache.org
>     $ chmod 775 /www/aries.apache.org
>     $ sudo chown apbackup:aries /www/aries.apache.org
>     $ cd /www/tlp.apache.org
>     $ sudo ln -s /home/apmail/public-arch/aries.apache.org mail
>     $ mkdir /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chmod 775 /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chown apbackup:aries /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
> 3. If you are in group httpdadmin on people.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart
> 4. If you are in group httpdadmin on www.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (INFRA-3317) Aries TLP: Website

Posted by "Gavin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin updated INFRA-3317:
-------------------------

    Component/s: Website
                 TLP Admin
                 SvnPubSub
                 CMS

> Aries TLP: Website
> ------------------
>
>                 Key: INFRA-3317
>                 URL: https://issues.apache.org/jira/browse/INFRA-3317
>             Project: Infrastructure
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: CMS, SvnPubSub, TLP Admin, Website
>            Reporter: zoe slattery
>
> Please note that the following instructions were based on INFRA-2400 where 'pivot' was search-and-replaced with 'aries':
> 1. Enable new vhost entry for Aries. I.e. in trunk/httpd-conf/www.apache.org/vhosts/others.conf:
> <VirtualHost *:80>
>     DocumentRoot /x1/www/aries.apache.org
>     ServerName aries.apache.org
>     ServerAlias aries.*.apache.org
>     RewriteEngine On
>     RewriteOptions inherit
> </VirtualHost>
> 2. On people.apache.org, create the new vhost directory and associated mail archive directory as well as the dist and dist archive directories
>     $ mkdir /www/aries.apache.org
>     $ chmod 775 /www/aries.apache.org
>     $ sudo chown apbackup:aries /www/aries.apache.org
>     $ cd /www/tlp.apache.org
>     $ sudo ln -s /home/apmail/public-arch/aries.apache.org mail
>     $ mkdir /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chmod 775 /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chown apbackup:aries /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
> 3. If you are in group httpdadmin on people.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart
> 4. If you are in group httpdadmin on www.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-3317) Aries TLP: Website

Posted by "Gavin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975189#action_12975189 ] 

Gavin commented on INFRA-3317:
------------------------------

Note that some of these instructions are out-of-date/need-tweaking due to aries being under svnpubsub/cms system now so the CMS needs careful migrating.

> Aries TLP: Website
> ------------------
>
>                 Key: INFRA-3317
>                 URL: https://issues.apache.org/jira/browse/INFRA-3317
>             Project: Infrastructure
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>            Reporter: zoe slattery
>
> Please note that the following instructions were based on INFRA-2400 where 'pivot' was search-and-replaced with 'aries':
> 1. Enable new vhost entry for Aries. I.e. in trunk/httpd-conf/www.apache.org/vhosts/others.conf:
> <VirtualHost *:80>
>     DocumentRoot /x1/www/aries.apache.org
>     ServerName aries.apache.org
>     ServerAlias aries.*.apache.org
>     RewriteEngine On
>     RewriteOptions inherit
> </VirtualHost>
> 2. On people.apache.org, create the new vhost directory and associated mail archive directory as well as the dist and dist archive directories
>     $ mkdir /www/aries.apache.org
>     $ chmod 775 /www/aries.apache.org
>     $ sudo chown apbackup:aries /www/aries.apache.org
>     $ cd /www/tlp.apache.org
>     $ sudo ln -s /home/apmail/public-arch/aries.apache.org mail
>     $ mkdir /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chmod 775 /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chown apbackup:aries /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
> 3. If you are in group httpdadmin on people.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart
> 4. If you are in group httpdadmin on www.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-3317) Aries TLP: Website

Posted by "Joe Schaefer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976774#action_12976774 ] 

Joe Schaefer commented on INFRA-3317:
-------------------------------------

So svn has moved, and the cms needs the url of the new location for the site.
Preferably something more permanent this time than a location within branches/.


> Aries TLP: Website
> ------------------
>
>                 Key: INFRA-3317
>                 URL: https://issues.apache.org/jira/browse/INFRA-3317
>             Project: Infrastructure
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: CMS, SvnPubSub, TLP Admin, Website
>            Reporter: zoe slattery
>
> Please note that the following instructions were based on INFRA-2400 where 'pivot' was search-and-replaced with 'aries':
> 1. Enable new vhost entry for Aries. I.e. in trunk/httpd-conf/www.apache.org/vhosts/others.conf:
> <VirtualHost *:80>
>     DocumentRoot /x1/www/aries.apache.org
>     ServerName aries.apache.org
>     ServerAlias aries.*.apache.org
>     RewriteEngine On
>     RewriteOptions inherit
> </VirtualHost>
> 2. On people.apache.org, create the new vhost directory and associated mail archive directory as well as the dist and dist archive directories
>     $ mkdir /www/aries.apache.org
>     $ chmod 775 /www/aries.apache.org
>     $ sudo chown apbackup:aries /www/aries.apache.org
>     $ cd /www/tlp.apache.org
>     $ sudo ln -s /home/apmail/public-arch/aries.apache.org mail
>     $ mkdir /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chmod 775 /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chown apbackup:aries /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
> 3. If you are in group httpdadmin on people.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart
> 4. If you are in group httpdadmin on www.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-3317) Aries TLP: Website

Posted by "zoe slattery (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975489#action_12975489 ] 

zoe slattery commented on INFRA-3317:
-------------------------------------

Hi Gav - thanks. It would be good to know what needs to be done for migrating CMS sites. I know what changes need to be made to the site content (mainly a lot of url updating) and am happy to do that myself. I also assume that there is a vhost configuration that needs to change from incubator.apache.org/aries to aries.apache.org. Somehow we need to sync these two changes.

> Aries TLP: Website
> ------------------
>
>                 Key: INFRA-3317
>                 URL: https://issues.apache.org/jira/browse/INFRA-3317
>             Project: Infrastructure
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>            Reporter: zoe slattery
>
> Please note that the following instructions were based on INFRA-2400 where 'pivot' was search-and-replaced with 'aries':
> 1. Enable new vhost entry for Aries. I.e. in trunk/httpd-conf/www.apache.org/vhosts/others.conf:
> <VirtualHost *:80>
>     DocumentRoot /x1/www/aries.apache.org
>     ServerName aries.apache.org
>     ServerAlias aries.*.apache.org
>     RewriteEngine On
>     RewriteOptions inherit
> </VirtualHost>
> 2. On people.apache.org, create the new vhost directory and associated mail archive directory as well as the dist and dist archive directories
>     $ mkdir /www/aries.apache.org
>     $ chmod 775 /www/aries.apache.org
>     $ sudo chown apbackup:aries /www/aries.apache.org
>     $ cd /www/tlp.apache.org
>     $ sudo ln -s /home/apmail/public-arch/aries.apache.org mail
>     $ mkdir /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chmod 775 /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chown apbackup:aries /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
> 3. If you are in group httpdadmin on people.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart
> 4. If you are in group httpdadmin on www.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-3317) Aries TLP: Website

Posted by "zoe slattery (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977257#action_12977257 ] 

zoe slattery commented on INFRA-3317:
-------------------------------------

Hi Joe -  new site content is at https://svn.apache.org/repos/asf/aries/site/.  Thanks, Z

> Aries TLP: Website
> ------------------
>
>                 Key: INFRA-3317
>                 URL: https://issues.apache.org/jira/browse/INFRA-3317
>             Project: Infrastructure
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: CMS, SvnPubSub, TLP Admin, Website
>            Reporter: zoe slattery
>
> Please note that the following instructions were based on INFRA-2400 where 'pivot' was search-and-replaced with 'aries':
> 1. Enable new vhost entry for Aries. I.e. in trunk/httpd-conf/www.apache.org/vhosts/others.conf:
> <VirtualHost *:80>
>     DocumentRoot /x1/www/aries.apache.org
>     ServerName aries.apache.org
>     ServerAlias aries.*.apache.org
>     RewriteEngine On
>     RewriteOptions inherit
> </VirtualHost>
> 2. On people.apache.org, create the new vhost directory and associated mail archive directory as well as the dist and dist archive directories
>     $ mkdir /www/aries.apache.org
>     $ chmod 775 /www/aries.apache.org
>     $ sudo chown apbackup:aries /www/aries.apache.org
>     $ cd /www/tlp.apache.org
>     $ sudo ln -s /home/apmail/public-arch/aries.apache.org mail
>     $ mkdir /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chmod 775 /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chown apbackup:aries /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
> 3. If you are in group httpdadmin on people.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart
> 4. If you are in group httpdadmin on www.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (INFRA-3317) Aries TLP: Website

Posted by "Joe Schaefer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Schaefer closed INFRA-3317.
-------------------------------

    Resolution: Fixed

All set.

> Aries TLP: Website
> ------------------
>
>                 Key: INFRA-3317
>                 URL: https://issues.apache.org/jira/browse/INFRA-3317
>             Project: Infrastructure
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: CMS, SvnPubSub, TLP Admin, Website
>            Reporter: zoe slattery
>
> Please note that the following instructions were based on INFRA-2400 where 'pivot' was search-and-replaced with 'aries':
> 1. Enable new vhost entry for Aries. I.e. in trunk/httpd-conf/www.apache.org/vhosts/others.conf:
> <VirtualHost *:80>
>     DocumentRoot /x1/www/aries.apache.org
>     ServerName aries.apache.org
>     ServerAlias aries.*.apache.org
>     RewriteEngine On
>     RewriteOptions inherit
> </VirtualHost>
> 2. On people.apache.org, create the new vhost directory and associated mail archive directory as well as the dist and dist archive directories
>     $ mkdir /www/aries.apache.org
>     $ chmod 775 /www/aries.apache.org
>     $ sudo chown apbackup:aries /www/aries.apache.org
>     $ cd /www/tlp.apache.org
>     $ sudo ln -s /home/apmail/public-arch/aries.apache.org mail
>     $ mkdir /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chmod 775 /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chown apbackup:aries /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
> 3. If you are in group httpdadmin on people.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart
> 4. If you are in group httpdadmin on www.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-3317) Aries TLP: Website

Posted by "Joe Schaefer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977917#action_12977917 ] 

Joe Schaefer commented on INFRA-3317:
-------------------------------------

So, we left the staging and production trees intact from what aries
was using on the incubator site.  It seems tho that y'all have restructured
the links and those trees are a bit of a mess at this point.  When you're
ready let me know and I'll flush everything out and rebuild the staging
and production sites from a fresh checkout.

> Aries TLP: Website
> ------------------
>
>                 Key: INFRA-3317
>                 URL: https://issues.apache.org/jira/browse/INFRA-3317
>             Project: Infrastructure
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: CMS, SvnPubSub, TLP Admin, Website
>            Reporter: zoe slattery
>
> Please note that the following instructions were based on INFRA-2400 where 'pivot' was search-and-replaced with 'aries':
> 1. Enable new vhost entry for Aries. I.e. in trunk/httpd-conf/www.apache.org/vhosts/others.conf:
> <VirtualHost *:80>
>     DocumentRoot /x1/www/aries.apache.org
>     ServerName aries.apache.org
>     ServerAlias aries.*.apache.org
>     RewriteEngine On
>     RewriteOptions inherit
> </VirtualHost>
> 2. On people.apache.org, create the new vhost directory and associated mail archive directory as well as the dist and dist archive directories
>     $ mkdir /www/aries.apache.org
>     $ chmod 775 /www/aries.apache.org
>     $ sudo chown apbackup:aries /www/aries.apache.org
>     $ cd /www/tlp.apache.org
>     $ sudo ln -s /home/apmail/public-arch/aries.apache.org mail
>     $ mkdir /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chmod 775 /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
>     $ chown apbackup:aries /www/www.apache.org/dist/aries /www/archive.apache.org/dist/aries
> 3. If you are in group httpdadmin on people.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart
> 4. If you are in group httpdadmin on www.apache.org:
>     $ cd /usr/local/apache2-install/www.apache.org/conf/vhosts
>     $ svn up others.conf
>     $ /usr/local/apache2-install/www.apache.org/current/bin/apachectl restart

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.