Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3 installer #167

Merged
merged 3 commits into from
Apr 23, 2020
Merged

python3 installer #167

merged 3 commits into from
Apr 23, 2020

Conversation

donsizemore
Copy link
Contributor

closes #139

@donsizemore donsizemore self-assigned this Apr 23, 2020
Copy link
Member

@pdurbin pdurbin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I left a few comments and suggestions.

tasks/dataverse-build.yml Show resolved Hide resolved
- name: copy jhove configs
shell: "cp /tmp/dvinstall/jhove* {{ glassfish_dir }}/glassfish/domains/{{ dataverse.glassfish.domain }}/config"

# python3 installer still calls glassfish-setup.sh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# python3 installer still calls glassfish-setup.sh
# python3 installer still calls as-setup.sh

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i had been meaning to fix that.


[database]
POSTGRES_ONLY = false
POSTGRES_SERVER = {{ db.postgres.host }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
POSTGRES_SERVER = {{ db.postgres.host }}
POSTGRES_SERVER = {{ db.postgres.host }}

GLASSFISH_DIRECTORY =
ADMIN_EMAIL = :\n(please enter a valid email address!)
MAIL_SERVER =
POSTGRES_SERVER =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really understand what it means when there's no value? I assume it'll just use the default (localhost in this case, probably).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmmm. i think this was a partial template that got included by mistake. i'll remove it.

@donsizemore donsizemore merged commit acb7697 into master Apr 23, 2020
pallinger pushed a commit to dsd-sztaki-hu/dataverse-ansible-deprecated that referenced this pull request Jan 28, 2022
Set the owner of the branding files to dataverse (instead of root)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support new Python 3 installer (formerly in Perl)
2 participants