You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Updated readme 🆙
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user