IQSS / dataverse-docker

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

Closed pkiraly closed 4 years ago

pkiraly commented 4 years ago

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.

4tikhonov commented 4 years ago

Hi @pkiraly, there is some conflict that should be resolved before the merge.

pkiraly commented 4 years ago

@4tikhonov The conflicts are resolved now.