Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #30 from docker/grouper-tier-folders
Adding tier-bootstrap.sh to initial run
chubing committed Jul 10, 2017
2 parents 1bdae9d + 3ab67fd commit 1ebd965
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container_files/bin/start.sh
@@ -19,6 +19,9 @@ then
echo "Starting tomcat and apache" >>$log
echo "Starting tomcat and apache"
/opt/autoexec/bin/firstrun.sh
echo "Adding TIER folder structure" >>$log
echo "Adding TIER folder structure"
/opt/bin/tier-bootstrap.gsh
/usr/local/bin/httpd-shib-foreground &
/opt/grouper/2.3.0/apache-tomcat-$TOMCAT_VERSION/bin/catalina.sh run &
/opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/gsh -loader &

0 comments on commit 1ebd965

Please sign in to comment.