Thanks to @tessi and @jesk for their gists:
Some advantages to these gists:
- Use Memcached as cache server
- Works with latest version of OpenProject (6.1 and newer)
| #!/usr/bin/env bash | |
| #=============================================================================== | |
| # AUTHOR: Manoel Brunnen, [email protected] | |
| # CREATED: 22.07.2016 | |
| # LICENSE: MIT | |
| # FILE: openproject-5.0.sh | |
| # USAGE: ./openproject-5.0.sh | |
| # | |
| # DESCRIPTION: Installing openproject 5 on uberspace | |
| # |