Dataverse 6.2 on Docker with integrated services called "Archive in a box" and could be used both as demo and production system and easily integrated with other services.
57
stars
45
forks
source link
Run installation only if it not already installed #34
There is a problem, that entry script every time install Dataverse when it starts to run. This pull request allows the first run, and prevents subsequent runs, be adding a simple file check. The installation creates a new file, and if this file exists, the installation doesn't run again. All the code were available in the repository, but commented. I just uncommented a specific line.
There is a problem, that entry script every time install Dataverse when it starts to run. This pull request allows the first run, and prevents subsequent runs, be adding a simple file check. The installation creates a new file, and if this file exists, the installation doesn't run again. All the code were available in the repository, but commented. I just uncommented a specific line.