🆙 Updated readme 🆙

This commit is contained in:
Remco
2026-01-20 21:57:21 +01:00
parent 5d2a5b8807
commit 4e868e8912
+19
View File
@@ -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