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