-
-
Notifications
You must be signed in to change notification settings - Fork 166
Patch5 for docker two stage #1435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
taniwallach
merged 18 commits into
openwebwork:WeBWorK-2.16
from
mgage:patch5_for_docker-two-stage
Jul 7, 2021
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
5e391c9
Commit changes that change owner of htdocs/tmp to www-data and the s…
mgage d741ec9
insure that that admin course tables are up to date even if the curre…
mgage 9de7102
Add folder for docker set up instructions
mgage f99322c
Make sure the admin course is owned by www-data. Even if it is a res…
mgage ed24ff7
sed seemed to be having a hard time with line breaks. eliminating th…
mgage 4e037db
install instructions still need more work
mgage 77c05ae
Check explicitly to see if the admin_user table exists and if not upg…
mgage 5b2e3ad
Temporarily remove check admin tables feature to force docker to compile
mgage c45e954
Add -h db flag to mysql command so that it will work in the container…
mgage 0154021
Removing install instructions
mgage 5c60fe1
we decided to check whether the admin tables existed from within the …
mgage 895ccd3
latest attempt to recover admin tables if they are missing
mgage 6fc9c2c
incorporate suggestions from @tani
mgage fd87dbf
turn showLibraryLocalStats off, remove extraneous repeated line
mgage 529297a
replace vim with nano for included editor
mgage e57d5d2
fix editing of showLibraryLocalStats flag, fixed ELIF conditional to…
mgage 7e2a3bc
Move mysql root password to .env. Add .env to .gitignore so only updated
taniwallach 6cfa7bf
Merge pull request #36 from taniwallach/docker-move-mysql-root-password
mgage File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,5 +1,6 @@ | ||
| *.conf | ||
| *-config | ||
| .env | ||
| applets | ||
| tmp | ||
| logs | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.