... | ... | @@ -38,7 +38,7 @@ You can set it up in three ways. You either set it up on your own PC or through |
|
|
|
|
|
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.
|
|
|
|
|
|
#### (Option 1) Remote development (fetdatorn) through VS Code
|
|
|
#### (Option 1) Remote development, on fetdatorn, through VS Code
|
|
|
The easiest and fastest way to get started is to set up your environment in VS Code through SSH on fetdatorn, you can go to [this page](Set-Up-Remote-Development-Using-VS-Code).
|
|
|
|
|
|
#### (Option 2) Local development
|
... | ... | @@ -46,7 +46,7 @@ The easiest and fastest way to get started is to set up your environment in VS C |
|
|
- [ ] 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 IDE of your choice. We recommend using VS Code which you can install from [here](https://code.visualstudio.com/).
|
|
|
|
|
|
#### (Option 3) Remote development (fetdatorn) through SSH
|
|
|
#### (Option 3) Remote development, on fetdatorn, through SSH
|
|
|
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)
|
... | ... | |