docs: update INSTALL to reflect finally leaving apache and remove cruft. (#4085)
This commit is contained in:
parent
e2034d43f7
commit
f7ec783d7b
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue