You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A virtual research environment (VRE) or virtual laboratory is an online system helping researchers collaborate. Features usually include collaboration support (Web forums and wikis), document hosting, and some discipline-specific tools, such as data analysis, visualisation, or simulation management. In some instances, publication management, and teaching tools such as presentations and slides may be included. VREs have become important in fields where research is primarily carried out in teams which span institutions and even countries: the ability to easily share information and research results is valuable.
14
29
15
30
16
31
17
-
Note:
32
+
# Note:
18
33
19
34
We'll use Ubuntu server 22.x
20
35
21
36
22
37
23
-
LINUX:
38
+
# LINUX:
24
39
25
40
First of all: login as root on linux server and create all users we'll need (each user will access in a separated enviroment on jupyterhub and RStudio)
26
41
@@ -42,7 +57,7 @@ First of all: login as root on linux server and create all users we'll need (eac
42
57
43
58
44
59
45
-
JUPYTER HUB quick install:
60
+
# JUPYTER HUB quick install:
46
61
47
62
48
63
- apt update
@@ -67,7 +82,7 @@ JUPYTER HUB quick install:
67
82
68
83
69
84
70
-
JULIA Kernel Repeat JULIASHELL for each account
85
+
## JULIA Kernel Repeat JULIASHELL for each account
To easily install Rstudio Desktop or Server, we will use the Gdebi Package manager that will automatically fetch and install the required dependencies needed by the tool.
205
220
206
221
- sudo apt-get install gdebi-core
207
222
208
223
209
-
Install OLD dependencies (broken in Ububtu 22.x) necessaries for RStudio
224
+
## Install OLD dependencies (broken in Ububtu 22.x) necessaries for RStudio
0 commit comments