# theregentgrand - WordPress Site

## Overview
WordPress site for theregentgrand.

## URLs
- **Site**: https://theregentgrand.demoing.info
- **Admin**: https://theregentgrand.demoing.info/wp-admin/

## Managing the Container
Use `srv-gw` commands (NOT docker/podman directly):
```bash
srv-gw status --project theregentgrand     # Check status
srv-gw logs --project theregentgrand       # View logs
srv-gw restart --project theregentgrand    # Restart
srv-gw stop --project theregentgrand       # Stop
srv-gw start --project theregentgrand      # Start
```

## Database
- **Database**: wp_thetheregentgrandgrand
- **User**: wp_thetheregentgrandgrand
- Credentials in `.env` file

## File Structure
```
/srv/apps/theregentgrand/
├── .env                  # Environment variables
├── .project.json         # Project metadata
├── CLAUDE.md             # This file
└── wp-content/           # WordPress content (themes, plugins, uploads)
    ├── themes/           # Editable by developers and WordPress
    ├── plugins/          # Editable by developers and WordPress
    └── uploads/          # Media uploads
```

## File Permissions
- wp-content owned by `www-data:theregentgrand-dev` with mode 2775
- Developers in `theregentgrand-dev` group can edit files directly
- WordPress dashboard can also edit/install themes and plugins

## Notes
- Port 3060 (internal, proxied through Caddy)
- Resource limits: 512MB RAM, 1 CPU
- Created: 2026-02-13

