# risealliance - WordPress Site

## Overview
WordPress site for risealliance.

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

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

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

## File Structure
```
/srv/apps/risealliance/
├── .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:risealliance-dev` with mode 2775
- Developers in `risealliance-dev` group can edit files directly
- WordPress dashboard can also edit/install themes and plugins

## Notes
- Port 3041 (internal, proxied through Caddy)
- Resource limits: 512MB RAM, 1 CPU
- Created: 2025-12-05

