35 lines
1.0 KiB
Markdown
35 lines
1.0 KiB
Markdown
# 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
|