... | ... | @@ -32,18 +32,19 @@ The goals are in order. Pick them off one by one and ask for help whenever you n |
|
|
- [ ] **New 29/8**Add your contact info [here](https://forms.gle/Xbnxc3pNs3DAyUvcA)
|
|
|
|
|
|
### Setting up your development environment
|
|
|
You can set it up in one or two ways. You either set it up on your own PC or through SSH on the common computer fetdatorn. You can also do both.
|
|
|
|
|
|
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).
|
|
|
You can set it up in three ways. You either set it up on your own PC or through SSH on the common computer fetdatorn (either pure SSH or through VS Code). You can also do all.
|
|
|
|
|
|
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) On your own PC
|
|
|
#### (Option 1) Set up VS Code for Remote Development on fetdatorn
|
|
|
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) 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.
|
|
|
|
|
|
#### (Option 2) Through SSH on fetdatorn
|
|
|
#### (Option 3) 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])
|
... | ... | |