chore(docs): update docs and script comments to use UploadShield name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Installation & Production Deployment Guide
|
||||
|
||||
This guide shows a minimal, secure installation and rollout path for `upload-logger.php`.
|
||||
This guide shows a minimal, secure installation and rollout path for UploadShield's primary script (`upload-logger.php`).
|
||||
Follow these steps in a staging environment first; do not enable blocking until detectors are tuned.
|
||||
|
||||
**Prerequisites**
|
||||
@@ -19,8 +19,8 @@ Follow these steps in a staging environment first; do not enable blocking until
|
||||
- Clone the repository and install dev deps (for tests/static analysis):
|
||||
|
||||
```bash
|
||||
git clone <repo-url> /srv/upload-logger
|
||||
cd /srv/upload-logger
|
||||
git clone <repo-url> /srv/uploadshield
|
||||
cd /srv/uploadshield
|
||||
composer install --no-interaction --prefer-dist
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user