-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#4874] Added missing fix_selectboxes_component_default_values script…
… to Dockerfile
- Loading branch information
Showing
4 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.. _installation_additional_scripts: | ||
|
||
========================================= | ||
Update Open Forms with additional scripts | ||
========================================= | ||
|
||
Sometimes, upgrading from a specific version of Open Forms to another one requires an extra | ||
script which is necessary for additional operations. In case this script is missing in your | ||
container you can follow the instructions to copy it from the project source. | ||
|
||
1. Visit the source code of Open Forms in github and download the raw file: | ||
|
||
.. code-block:: bash | ||
$ wget https://github.com/open-formulieren/open-forms/blob/master/<name_of_the_file> | ||
2. Copy the downloaded file to the `/app/bin` folder in the container | ||
|
||
.. code-block:: bash | ||
$ docker cp <file_name> <container_id_or_name>:/app/bin | ||
3. Run the script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters