diff options
Diffstat (limited to 'content/config/easy-mode.md')
-rw-r--r-- | content/config/easy-mode.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/config/easy-mode.md b/content/config/easy-mode.md index 186ed8a..4262a16 100644 --- a/content/config/easy-mode.md +++ b/content/config/easy-mode.md @@ -3,14 +3,14 @@ title: "Easy mode" date: 2023-01-13T15:37:32-03:00 draft: false weight: 1 -summary: Easy initial configuration for YAMS. This is only intended for people that know what they are doing! If this is the first time you are configuring YAMS or its the first time you are using any of the programs in YAMS, **⚠️ don't enter here! ⚠️** +summary: Easy initial configuration for YAMS. This is only intended for people that know what they are doing! If this is the first time you are configuring YAMS or it's the first time you are using any of the programs in YAMS, **⚠️ don't enter here! ⚠️** --- # ⚠️ This is intended for experts! ⚠️ You have been warned. I **strongly recommend** you configure everything yourself by following the tutorial. That way, you'll know what everything does and how everything is connected. -If this is your first time configuring YAMS, and want to go trough the full manual configuration, go to [Jackett](/config/jackett) and start the configuration **(Recommended)**. +If this is your first time configuring YAMS, and want to go through the full manual configuration, go to [Jackett](/config/jackett) and start the configuration **(Recommended)**. If this is not your first time configuring YAMS, or you already know how to use all the software included, you can move forward. @@ -20,13 +20,13 @@ If you go back to the [folder where you cloned YAMS](/install/steps/#cloning-fro `base-config.tar.gz` has a bare-bones configuration for YAMS. With it, you'll have YAMS configured at 100%, just like if you followed the configuration tutorial. -To apply the configuration, first go to your YAMS install location. For the purposes of this tutorial, lets say you installed it on the recommended location of `/opt/yams`. +To apply the configuration, first go to your YAMS install location. For the purposes of this tutorial, let's say you installed it on the recommended location of `/opt/yams`. ```bash $ cd /opt/yams ``` -On your YAMS install location, if you run a `ls` you'll see you have a `config/` folder. `cd` into it and you'll find all the configuration files for each of the apps included with YAMS. +On your YAMS install location, if you run an `ls` you'll see you have a `config/` folder. `cd` into it and you'll find all the configuration files for each of the apps included with YAMS. ```bash /opt/yams$ ls @@ -55,7 +55,7 @@ To finish, extract the base file in your config folder. Remember to replace `{yo /opt/yams/config$ tar -xzvf {your-yams-clone-location}/base/base-config.tar.gz ``` -If you `ls` now, you'll see all the folders where extracted and are available again +If you `ls` now, you'll see all the folders were extracted and are available again ```bash /opt/yams/config$ ls bazarr emby jackett qbittorrent radarr sonarr |