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
It is recommended that you [Install ssh (optional)](#install-ssh-optional), since you can [run a script to the install prerequisite packages](#osPrereqs-bash-script).
3
2
4
-
If you decide not to [run the script](#osPrereqs-bash-script), then following the manual instrructions in each section:
I recommend that you start by [installing ssh][2] on your server.
13
-
Besides making it possible to use to use [X11 forwarding][1], it makes life working on your server much easier being able to use `ssh` for access and `scp` for moving files back an forth.
14
-
Keep in mind that `ssh` is not required, so read up on the web about [best practices using ssh][4] before installing:
15
-
16
-
```
17
-
sudo apt-get -y update
18
-
sudo apt-get -y install openssh-client
19
-
sudo apt-get -y install openssh-server
20
-
```
21
-
22
-
If you have installed `ssh`, you can log into your server with `ssh` and continue with the installation steps.
23
-
24
-
###osPrereqs bash script
25
-
If you have installed `ssh` and you've got a checkout of gsDevKit on your server, you can use scp to copy the [osPrereqs script][3] from your server to the Ubunutu 12.04 box and save copy and pasting.
26
-
27
-
The following script copys `osPrereqs`, logs into your vm and installs the [basic prerequisites](#install-basic-prerequisites) and the [X11 client](#install-x11-client):
I recommend that you start by [installing ssh][2] on your server.
17
-
Besides making it possible to use to use [X11 forwarding][1], it makes life working on your server much easier being able to use `ssh` for access and `scp` for moving files back an forth.
18
-
Keep in mind that `ssh` is not required, so read up on the web about [best practices using ssh][4] before installing:
19
-
20
-
```
21
-
sudo apt-get -y update
22
-
sudo apt-get -y install openssh-client
23
-
sudo apt-get -y install openssh-server
24
-
```
25
-
26
-
If you have installed `ssh`, you can log into your server with `ssh` and continue with the installation steps.
27
-
28
-
###osPrereqs bash script
29
-
If you have installed `ssh` and you've got a checkout of gsDevKit on your server, you can use scp to copy the [osPrereqs script][3] from your server to the Ubunutu 14.04 box and save copy and pasting.
30
-
31
-
The following script copys `osPrereqs`, logs into your vm and installs the [basic prerequisites](#install-basic-prerequisites) and the [X11 client](#install-x11-client):
0 commit comments