Update Readme

This commit is contained in:
2022-01-02 22:41:06 -05:00
parent a24deedb03
commit ce8c23f07e
2 changed files with 6 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
# Hartman Lab Server Manual <!-- omit in toc -->
© 2021 Bryan C. Roessler
© 2021-2022 Bryan C. Roessler
Last updated: 2021-10-22
Last updated: 2022-01-02
## Table of Contents <!-- omit in toc -->
@@ -163,9 +163,9 @@ It is possible to launch graphical server programs directly on a client.
### Windows 10 Virtual Machines
- Access from within X2Go: *Applications&gt;Internet&gt;Remote Viewer*: [`spice://localhost:5900`](spice://localhost:5900)
![Samba shares on Windows](manual-images/virt-viewer.png)
- Direct external access:
- External access:
[`virt-viewer`](/usr/local/bin/virt-viewer) is available across all platforms ([Windows](https://virt-manager.org/download/), [OSX](https://www.spice-space.org/page/OSX_Client)).
- The SPICE password is: **`hartmanlab`**
@@ -186,7 +186,7 @@ The robot webcam is viewable in a web page within an X2Go session at: `localhost
### RStudio Server
Newer versions of RStudio do not support IDE access via X2Go. The IDE can be accessed via web browser at [`http://localhost:8787`](http://localhost:8787) in an X2Go session or via an SSH tunnel, ex. `ssh -f username@hartmanlab.genetics.uab.edu -L 8787:localhost:8787 -N`
Newer versions of RStudio Desktop do not officially support remote desktop access. If the remote GUI is unreliable an RStudio Server IDE can be accessed via web browser at [`http://localhost:8787`](http://localhost:8787) in an X2Go session or locally via an SSH tunnel, ex. `ssh -f username@hartmanlab.genetics.uab.edu -L 8787:localhost:8787 -N`
### Recommendations
@@ -217,7 +217,7 @@ Once configured, the user will no longer need to enter their password to access
## For administrators
- Type `scripts-` and use `tab` completion in the CLI to access the following customized helper programs.
- Type `scripts-` and use tab completion in the CLI to access the following helper programs.
- Run them with administrator privileges using `sudo`.
### Adding a user

View File

@@ -21,9 +21,6 @@ ask_ok "RStudio-R4 to version $1?" || exit $?
sudo dnf install -y "https://cdn.rstudio.com/r/centos-7/pkgs/R-${1}-1-1.x86_64.rpm" \
"https://download2.rstudio.org/server/centos7/x86_64/rstudio-server-rhel-${1}-x86_64.rpm"
desktop_file="/usr/share/applications/rstudio-R4.desktop"
[[ ! -f "$desktop_file" ]] && exit 1