Srinivas,
In general, you’ll need to provide more information about what you did and what went wrong for someone to be able to help you.
In this case – I’ll guess that you’re running into this issue: https://github.com/IQSS/dataverse/issues/8014 - Centos now uses GraphicsMagick rather than ImageMagick. That issue suggests making a symbolic link to map ‘gm’ to ‘convert’ which is the program name Dataverse uses. Hopefully that will work for you. If not – you should probably add to that issue and explain what doesn’t work for you.
Also – note that ImageMagick/GraphicsMagick are only used in generating thumbnails and if it isn’t working, Dataverse will still run – you just won’t get thumbnails. So this is something you could address later after you have everything else up and running.
--Jim
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
dataverse-commu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/dataverse-community/45fd7894-0151-4425-8bf4-16334694dac3n%40googlegroups.com.
This Systemd file may be serve as a reference for systems using Systemd (such as RHEL/derivative or Debian 10, Ubuntu 16+)
This init script may be useful for RHEL/derivative or Ubuntu >= 14 if you’re using a Payara service account, or
This Payara init script may be helpful if you’re just going to run Payara as root (not recommended).
You received this message because you are subscribed to a topic in the Google Groups "Dataverse Users Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dataverse-community/GnJ107FFKAw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dataverse-commu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/MN2PR07MB73439782FAAC90B3D60CC5F1BF7B9%40MN2PR07MB7343.namprd07.prod.outlook.com.
Srinivas,
The installation instructions for Dataverse itself are at https://guides.dataverse.org/en/latest/installation/installation-main.html (linked as ‘Next Steps’ from the pre-requisites page). The part that you’re quoting below is just about making sure payara restarts whenever your machine restarts. How to do that depends on your operating system. I believe Centos would use the Systemd approach below.
-- Jim
psql in order to configure the database. If the executable is not in your system PATH, the installer will try to locate it on your system. Just make sure the user running the installer has write permission to:
/usr/local/payara5/glassfish/lib
/usr/local/payara5/glassfish/domains/domain1
the current working directory of the installer (it currently writes its logfile there), and
your jvm-option specified files.dir
=============================================================================
<jvm-options>-Ddataverse.rserve.host=localhost</jvm-options> <jvm-options>-Ddataverse.rserve.port=6311</jvm-options> <jvm-options>-Ddataverse.rserve.user=rserve</jvm-options> <jvm-options>-Ddataverse.rserve.password=rserve</jvm-options>
Srinivas,
The README_python.txt file referenced in the guides has more detailed instructions on how to install python and then how to run the installer itself. As the page says, the script will prompt for the configuration values you’ll need to enter.
Once you’ve gone through the process if you have specific sections on how the guides could be improved, please open an issue in the project’s github repository and/or create a pull request with edits to the guide.
Best,
Srinivas,
Other people who may know more are away for the holidays. My guess would be that you missed this step: https://guides.dataverse.org/en/latest/installation/prerequisites.html#configuring-database-access-for-the-dataverse-installation-and-the-dataverse-software-installer or didn’t restart postgres after making the change.
Hope that helps,