adding phpmyadmin on apache configuration
This commit is contained in:
parent
6cf69b86ef
commit
17d08d6226
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ Linux server debian buster build:
|
||||||
- (cd /opt/artefacts ; for file in /opt/download/khanat-client-debian_buster*.zip ; do echo "extract $file"; unzip -q -o $file; done)
|
- (cd /opt/artefacts ; for file in /opt/download/khanat-client-debian_buster*.zip ; do echo "extract $file"; unzip -q -o $file; done)
|
||||||
- (cd /opt/artefacts ; for file in /opt/download/opennel-manager-*.zip ; do echo "extract $file"; unzip -q -o $file; done)
|
- (cd /opt/artefacts ; for file in /opt/download/opennel-manager-*.zip ; do echo "extract $file"; unzip -q -o $file; done)
|
||||||
- mkdir -p /opt/ext
|
- mkdir -p /opt/ext
|
||||||
|
- cp $WORKDIR/server/debian/common/phpmyadmin-apache.conf /opt/
|
||||||
- cp $WORKDIR/server/debian/common/servercontainer_init_* /opt/
|
- cp $WORKDIR/server/debian/common/servercontainer_init_* /opt/
|
||||||
- cp $WORKDIR/server/debian/common/servercontainer_function.sh /opt/
|
- cp $WORKDIR/server/debian/common/servercontainer_function.sh /opt/
|
||||||
- cp $WORKDIR/server/debian/common/* /opt/ext
|
- cp $WORKDIR/server/debian/common/* /opt/ext
|
||||||
|
|
Loading…
Reference in a new issue