docs: update INSTALL to reflect finally leaving apache and remove cruft. (#4085)

This commit is contained in:
Robert Sparks 2022-06-16 11:34:51 -05:00 committed by GitHub
parent e2034d43f7
commit f7ec783d7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,12 +28,11 @@ General Instructions for Deployment of a New Release
python3.9 -mvenv env
source env/bin/activate
pip install --upgrade setuptools
pip install -r requirements.txt
5. Move static files into place for CDN (/a/www/www6s/lib/dt):
ietf/manage.py collectstatic --noinput --ignore=bower.json --ignore='README.*' --ignore=rev | grep -v "Found another file with the destination path"
ietf/manage.py collectstatic
6. Run system checks (which patches the just installed modules)::
@ -50,10 +49,10 @@ General Instructions for Deployment of a New Release
cd ..
rm ./web; ln -s ${releasenumber} web
9. Reload both apache and the datatracker service ::
9. Reload the datatracker service (it is no longer necessary to restart apache) ::
exit # or CTRL-D, back to root level shell
systemctl restart apache2 datatracker.service
systemctl restart datatracker
10. Verify operation: