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

update rserve documentation #7992

Merged
merged 3 commits into from
Jul 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion doc/sphinx-guides/source/installation/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,14 @@ The Dataverse Software uses `Rserve <https://rforge.net/Rserve/>`_ to communicat
to R. Rserve is installed as a library package, as described in the
step above. It runs as a daemon process on the server, accepting
network connections on a dedicated port. This requires some extra
configuration and we provide a script (:fixedwidthplain:`scripts/r/rserve/rserve-setup.sh`) for setting it up.
configuration and we provide a script for setting it up.

You'll want to obtain local copies of the Rserve setup files found in
:fixedwidthplain:`scripts/r/rserve/<../../../../scripts/r/rserve/>`
either by cloning a local copy of the IQSS repository:
:fixedwidthplain:`git clone -b master https://github.com/IQSS/dataverse.git`
or by downloading the files individually.

Run the script as follows (as root)::

cd <DATAVERSE SOURCE TREE>/scripts/r/rserve
Expand Down