File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ ietfdb (6.4.0) ietf; urgency=medium
1212 static files will be migrated to be served via CDN also, over time.
1313
1414 This release also adds support for easy update of external javascript, font,
15- and css libraries by means of a new management command ' bower_install' which
16- makes use of the ' bower' package manager. Use of this management command
15+ and css libraries by means of a new management command " bower_install" which
16+ makes use of the " bower" package manager. Use of this management command
1717 requires that bower be installed on the development platform.
1818
1919 When deploying this and following releases, a new action is needed in order
2020 to make the appropriate static content available for serving via CDN:
2121
22- After checking out the release and creating the symlink to the new release
23- in the datatracker deployment directory, it is now also necessary to create
24- a new symlink within a directory which is served through the CDN :
22+ After checking out the release, before creating the symlink to the new release
23+ in the datatracker deployment directory, it is now also necessary to run
24+ the "collectstatic" action: :
2525
26- $ ln -s /a/www/ ietf-datatracker/$releasenumber/static/lib /www/www6s/lib/dt/$releasenumber
26+ $ ietf/manage.py collectstatic
2727
2828 A note about that has been added to the README file in the datatracker
2929 deployment directory.
You can’t perform that action at this time.
0 commit comments