From 6f17f71d4a17b9dcf56b1fab1ed6f2756dd50c8b Mon Sep 17 00:00:00 2001 From: Miichelle Date: Sun, 20 Apr 2025 12:58:26 +0200 Subject: [PATCH] modified: README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b6369f4..d0f65f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # scalelite-run A simple way to deploy Scalelite as for production using docker-compose. +This project is a fork of jfederico's [scalelite-run](https://github.com/jfederico/scalelite-run) ## Overview @@ -19,20 +20,20 @@ For those new to system administration or any of the components mentioned the ar ## Installation (short version) -On an Ubuntu 22.04 machine available to the Internet (AWS EC2 instance, LXC container, VMWare machine etc). +On an Linux machine available to the Internet (AWS EC2 instance, LXC container, VMWare machine etc). ### Prerequisites This machine needs to be updated and have installed: - Git -- [Docker](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04) -- [Docker Compose](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-22-04) +- [Docker](https://docs.docker.com/engine/install/) +- [Docker Compose](https://docs.docker.com/engine/install/) ### Fetching the scripts ``` -git clone https://github.com/jfederico/scalelite-run +git clone https://github.com/michelleDeko/scalelite-run cd scalelite-run ```