Update Lookyloo
It assumes you installed lookyloo with the procedure describe on this website. |
Update lookyloo
The recommended way to update Lookyloo is to run the following command, from the directory you cloned lookyloo into:
poetry run update
It will do the following (you can stop at any point if you hit n
):
-
Pull the lookyloo repository.
**Note**: if the update script is modified by the pull, the script will stop and you will be asked to re-run it.
-
Make sure the version of poetry you’re using is recent enough.
-
Install the right version of the dependencies.
-
Validate the current status of the configuration files.
-
Update the configuration files with the default values from the sample file (if missing).
-
Pull the expected version of the 3rd party javascript dependencies.
-
Restart the website and the other scripts.
The sections below are only required if the tools have been updated, or if upgrading lookyloo suggests you to do so. |