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
-
Add and deploy the app:
wild app add openproject wild app deploy openproject -
Log in with the admin credentials (password reset will be required on first login)
-
Create your first project and invite team members