Changes between Version 4 and Version 5 of ReleasePractices/Website


Ignore:
Timestamp:
Dec 17, 2015, 7:02:10 PM (7 years ago)
Author:
Daniel James
Comment:

Update a few details.

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/Website

    v4 v5  
    2222
    2323- ssh into the site
    24 - Download the `boost_version.tar.bz2` file using `wget`.
     24- Download the `boost_version.tar.bz2` file using `wget` (might need to rename the file).
    2525- Expand using `tar -xjf`.
    26 - Move to site using `sudo mv boost_version /u/grafik/www.boost.org/archives/live/`
    27 - Store the compressed file: `sudo mv boost_version.tar.bz2 /u/grafik/www.boost.org/archives/live/zipfiles`
     26- Might need to fix directory permissions with: `find boost_version -type d | xargs chmod a+rx`
     27- Move to site using `sudo mv boost_version /home/www/shared/archives/live/`
     28- Store the compressed file: `sudo mv boost_version.tar.bz2 /home/www/shared/archives/live/zipfiles`
    2829
    2930== Beta release ==
     
    5758- If necessary, put documentation on server as above.
    5859- Website:
    59   - `website/public_html/live/common/menu-doc.html`:
     60  - `common/menu-doc.html`:
    6061    - Edit menu link.
    61   - `website/public_html/live/doc/.htaccess`:
     62  - `doc/.htaccess`:
    6263    - Redirect from `development` and `release` to new version.
    6364  - `common/code/boost.php`: