Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
refs/heads/main
/
.
/
charts
/
openproject
/
bin
/
install-dev
blob: b38d542c3042287a65508e0423f22fec9d15d3ef [
file
] [
log
] [
blame
]
gio
c916187
2024-04-21 10:46:35 +0400
[
diff
] [
blame
]
1
# !/bin/bash
2
3
# Install OpenProject in development mode, that is without https and allowing writes
4
# to the container file system.
5
6
helm upgrade
--
create
-
namespace
--
namespace
openproject
--
install openproject
--
set
develop
=
true
"$@"
.