Changes between Version 4 and Version 5 of ReleasePractices/Website
- Timestamp:
- Dec 17, 2015, 7:02:10 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleasePractices/Website
v4 v5 22 22 23 23 - 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). 25 25 - 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` 28 29 29 30 == Beta release == … … 57 58 - If necessary, put documentation on server as above. 58 59 - Website: 59 - ` website/public_html/live/common/menu-doc.html`:60 - `common/menu-doc.html`: 60 61 - Edit menu link. 61 - ` website/public_html/live/doc/.htaccess`:62 - `doc/.htaccess`: 62 63 - Redirect from `development` and `release` to new version. 63 64 - `common/code/boost.php`: