From 4e868e89120f9b931276d507b6b13cc94dc43d83 Mon Sep 17 00:00:00 2001 From: Remco Date: Tue, 20 Jan 2026 21:57:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Updated=20readme=20=F0=9F=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Updated_Cms/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Updated_Cms/README.md b/Updated_Cms/README.md index fdbdeb6959..1b0185fb9d 100644 --- a/Updated_Cms/README.md +++ b/Updated_Cms/README.md @@ -152,6 +152,25 @@ New to retro hotel setup? Follow our comprehensive three-part series: ### Linux Setup +#### Automated Setup Script (Recommended) + +We provide a script to automate the installation of Nginx, PHP 8.5, and all dependencies. It also includes an optional SSL setup using Let's Encrypt. + +```bash +# Clone the repository +git clone https://github.com/ObjectRetros/atomcms.git +cd atomcms + +# Run the setup script +# Usage: ./setup_linux_nginx.sh [root_path] [domain] +chmod +x setup_linux_nginx.sh +sudo ./setup_linux_nginx.sh /var/www/atomcms/app example.com +``` + +#### Manual Setup + +If you prefer to set up manually: + ```bash # Clone the repository git clone https://github.com/ObjectRetros/atomcms.git