Update Newbie Guide to the Project authored by Rasmus Wallin's avatar Rasmus Wallin
...@@ -42,9 +42,9 @@ For more information, look through the general README.md and INSTALL.md in the m ...@@ -42,9 +42,9 @@ 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 set up your environment in VS Code through SSH on fetdatorn, you can go to [this page](Set-Up-Remote-Development-Using-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) On your own PC #### (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) - [ ] Follow [these steps](./Running-locally) to get the containers installed.
- [ ] 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 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. - [ ] Install an IDE of your choice. We recommend using VS Code which you can install from [here](https://code.visualstudio.com/).
#### (Option 3) 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. 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.
... ...
......