Opened 14 years ago
Closed 8 years ago
#2316 closed Tasks (obsolete)
Add instructions for release ZIP updating.
Reported by: | René Rivera | Owned by: | René Rivera |
---|---|---|---|
Milestone: | Website 1.X | Component: | website |
Version: | Severity: | Problem | |
Keywords: | Cc: |
Description
Add instructions on how to patch a release ZIP to edit the web site release content displayed on the web site. Effectively must say:
- Download the current Boost release ZIP, from the web server.
- Unzip, and replace the patched files.
- Rezip to the same name.
- Upload the new ZIP to the web server to the directory "/home/grafik/www.boost.org/archives/live".
Note, a few of these steps require access to the web server which is limited to a small number of users.
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 8 years ago
Resolution: | → obsolete |
---|---|
Status: | new → closed |
Even more obsolete now that people can edit in github do pull requests and merging them to master gets them in the web site.
Note:
See TracTickets
for help on using tickets.
This is out of date now. HTML can be patched by adding the new version of the file to https://svn.boost.org/svn/boost/website/public_html/live/doc/fixes/ which is checked by the documentation script before the normal locations. Image and css files should be added to https://svn.boost.org/svn/boost/website/public_html/live/doc/libs/ which is served directly by the
.htacess
rules.