summaryrefslogtreecommitdiff
path: root/content/install/install.md
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-11 07:35:16 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-11 07:35:16 -0300
commit2402ca35e02a339c51c626fa088c6714d595f8d0 (patch)
tree9cfcb6783d5945c0063ff779663fbbda476048d4 /content/install/install.md
parentcc3e3b8eb80d6c2ebc093b04b17410e6112c2dd5 (diff)
Changed installation to reflect new changes on YAMS
Diffstat (limited to 'content/install/install.md')
-rw-r--r--content/install/install.md29
1 files changed, 5 insertions, 24 deletions
diff --git a/content/install/install.md b/content/install/install.md
index c0f6f40..cd80594 100644
--- a/content/install/install.md
+++ b/content/install/install.md
@@ -28,7 +28,7 @@ Before installing, make sure you have:
## To install
-### Setup your install location (optional, you can choose any other location)
+### Setup your install location (location is optional, you can choose any other location)
The location `/opt/yams` is **recommended**, but you can use whatever you like if your current user has permissions on the directory.
@@ -43,11 +43,7 @@ git clone https://gitlab.com/rogs/yams.git
cd yams
```
-### Installing docker (optional)
-If you have `docker` and `docker-compose` installed, you can skip this part.
-
-To install `docker`, just run:
-
+### Installing YAMS
```bash
./install.sh
```
@@ -77,24 +73,9 @@ Checking prerequisites...
⚠️ docker not found! ⚠️
Do you want YAMS to install docker and docker-compose? IT ONLY WORKS ON DEBIAN AND UBUNTU! [y/N]: y
```
+You can choose `y` to install `docker` and `docker-compose` with YAMS or `n` to exit the script.
-If you choose to install docker with YAMS, you'll see the following message:
-
-```bash
-🤔 When docker finishes the installation, run ./install again! 🧠
-Press [ENTER] to continue...
-```
-**Note:** The script will ask you for your `sudo` password in order to continue ⚠️
-
-### Installing YAMS
-
-To install YAMS, just re-run:
-
-```bash
-./install.sh
-```
-
-And you should see the following message at the bottom:
+When docker finishes the installation OR if you already had `docker` and `docker-compose` installed, you should see the following message at the bottom:
```bash
Checking prerequisites...
@@ -133,7 +114,7 @@ Everything installed correctly! 🎉
...
```
-After a lot of docker installing, you'll get this message at the end:
+After a lot of docker installing, you'll get a message like this at the end:
```bash
========================================================