forked from internet2/InCommonTAP-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update COmanage, configure for workbench
- Loading branch information
root
committed
Sep 23, 2022
1 parent
b1b768e
commit b25cfa3
Showing
9 changed files
with
11,672 additions
and
3,966 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| <Directory /var/www/html/registry> | ||
| Options Indexes FollowSymLinks | ||
| DirectoryIndex index.php | ||
| AllowOverride All | ||
| Require all granted | ||
| </Directory> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,5 @@ | ||
| FROM tier/mariadb:mariadb10 | ||
| FROM postgres:12 | ||
|
|
||
| RUN mkdir -p /seed-data/ | ||
| COPY container_files/seed-data/ /seed-data/ | ||
|
|
||
| ENV MYSQL_DATABASE registry | ||
| ENV MYSQL_USER registry_user | ||
| ENV MYSQL_PASSWORD 123321 | ||
| ENV MYSQL_DATADIR /var/lib/mysqlmounted | ||
| ENV AFTER_FIRST_TIME_SQL /seed-data/comanage-bootstrap.sql |
Oops, something went wrong.