meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:sw:openproject [2019/12/30 10:36] – niziak | linux:sw:openproject [2025/06/02 09:42] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== OpenProject ====== | ||
| + | |||
| + | aka '' | ||
| + | |||
| + | <code bash> | ||
| + | systemctl stop openproject | ||
| + | </ | ||
| + | |||
| ====== Debian packages ====== | ====== Debian packages ====== | ||
| Line 25: | Line 33: | ||
| openproject run rake --tasks | openproject run rake --tasks | ||
| openproject run rake db: | openproject run rake db: | ||
| + | openproject run rake assets: | ||
| </ | </ | ||
| Line 56: | Line 65: | ||
| </ | </ | ||
| + | <file bash | op_delete_old_backups.sh> | ||
| + | #!/bin/bash -eu | ||
| + | DIR="/ | ||
| + | find $DIR -mtime +4 -exec rm {} \; | ||
| + | </ | ||
| ====== CSS ====== | ====== CSS ====== | ||