Reorganized for new stable/waypoint versioning design.

This commit is contained in:
2026-05-24 18:28:47 +00:00
parent 945d2225a2
commit bc7a168851
352 changed files with 1264 additions and 294 deletions

View File

@@ -0,0 +1,34 @@
# OpenProject
OpenProject is an open-source project management software that provides comprehensive features for project planning, tracking, and collaboration.
## Dependencies
- **PostgreSQL** - Database for storing project data
- **Memcached** - Caching layer for improved performance
## Configuration
Key settings configured through your instance's `config.yaml`:
- **domain** - Where OpenProject will be accessible (default: `openproject.{your-cloud-domain}`)
- **adminUserEmail** - Admin account email (defaults to your operator email)
- **seedLocale** - Default language (default: `en`)
- **storage** - Persistent volume size (default: `5Gi`)
## Access
After deployment, OpenProject will be available at:
- `https://openproject.{your-cloud-domain}`
## First-Time Setup
1. Add and deploy the app:
```bash
wild app add openproject
wild app deploy openproject
```
2. Log in with the admin credentials (password reset will be required on first login)
3. Create your first project and invite team members