... | ... | @@ -42,12 +42,12 @@ For more information, look through the general README.md and INSTALL.md in the m |
|
|
The easiest and fastest way to get started is to develop remotely on fetdatorn with the help of VS Code through SSH, follow [this guide](Remote-development-using-VS-Code) to get it setup.
|
|
|
|
|
|
#### (Option 2) Local development
|
|
|
- [ ] Follow [these steps](Local-development) to get going with development locally.
|
|
|
Follow [these steps](Local-development) to get going with development locally.
|
|
|
|
|
|
#### (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)
|
|
|
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).
|
|
|
|
|
|
### Get up to par with Git
|
|
|
Git is used for source version control and is the basis for cooperation with code (and now, pretty much any files with concepts such as Git-For-Everything!). You can read about Git [here](https://git-scm.com/).
|
... | ... | |