You've already forked Atomcms-edit
Rename .env.example to .env.install with step-by-step guide, update README
This commit is contained in:
@@ -149,10 +149,14 @@ Two ready-to-use environment configurations are included:
|
||||
|
||||
| File | Platform | Cache | Database |
|
||||
| ---- | -------- | ----- | -------- |
|
||||
| `.env.install` | — | — | Step-by-step setup guide |
|
||||
| `.env.example.linux` | Linux (production) | Redis | MariaDB |
|
||||
| `.env.example.windows` | Windows (development) | File-based | MySQL |
|
||||
|
||||
```bash
|
||||
# Read the installation guide first
|
||||
less .env.install
|
||||
|
||||
# Linux
|
||||
cp .env.example.linux .env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user