... | ... | @@ -38,12 +38,12 @@ The easiest and fastest way to get started is to set up your environment in VS C |
|
|
|
|
|
For more information, look through the general README.md and INSTALL.md in the main repository to just get a grasp of the environment, no need to do anything with it.
|
|
|
|
|
|
#### On your own PC
|
|
|
#### (Option 1) On your own PC
|
|
|
- [ ] We run the system on Linux. If you have Windows, set up WSL2 (Windows Subsystem for Linux) [here](Prerequisite-Installs-for-Running-the-System-on-a-PC)
|
|
|
- [ ] Install Docker [here](https://www.docker.com/get-started). Choose Docker Desktop if you are using Windows. Install on Linux using [this tutorial](https://docs.docker.com/engine/install/ubuntu/)
|
|
|
- [ ] Install an integrated development environment of your choice. We recommend using VS Code which you can install from [here](https://code.visualstudio.com/). It is free and has excellent remote development opportunities and compatibilities.
|
|
|
|
|
|
#### Through SSH on fetdatorn
|
|
|
#### (Option 2) Through SSH on fetdatorn
|
|
|
When being connected to SSH you will not have a graphical GUI. You'll hack around in vim, nano, or emacs as a text editor, so if you opt for this, look up some cheat sheets on those programs and become a guru.
|
|
|
|
|
|
- [ ] Simply open a terminal if you are using Linux, or install an SSH client such as [Putty](https://www.chiark.greenend.org.uk/~sgtatham/putty/) on Windows and connect to fetdatorn according to [here](SSH-Tunnel-Settings])
|
... | ... | |