Add README files for various applications: Decidim, Discourse, Example Admin, Example App, Ghost, Immich, Keila, Lemmy, Listmonk, Loomio, Matrix, Memcached, MySQL, Open WebUI, OpenProject, PostgreSQL, Redis, and vLLM
This commit is contained in:
34
openproject/README.md
Normal file
34
openproject/README.md
Normal 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
|
||||
Reference in New Issue
Block a user