Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
92adfdd
Update Docker configuration to use Ubuntu 18.04 as the base image.
taniwallach Aug 3, 2019
850f008
Modify handling to trigger/run OPL-update.
taniwallach Aug 3, 2019
ef670ca
call update-OPL-statistics after restore-OPL-tables
heiderich Aug 16, 2019
b2bcced
add `wait_for_db` function and use it at several places
heiderich Aug 15, 2019
0e45bca
Small fixes - see GitHub discussion
taniwallach Aug 16, 2019
aea3413
introduce build time arguments for the branches of webwork2 and pg
heiderich Aug 19, 2019
ab80cc0
Merge pull request #9 from heiderich/build-args_for_branches_of_webwo…
taniwallach Aug 19, 2019
07dc834
define the environment variable COURSES_DIRECTORY_ON_HOST in .env
heiderich Aug 19, 2019
f4d3573
introduce environment variable WEBWORK2_HTTP_PORT_ON_HOST
heiderich Aug 20, 2019
cf7e0f8
introduce environment variables WEBWORK_DB_USER and WEBWORK_DB_PASSWORD
heiderich Aug 20, 2019
2ee772f
Merge pull request #10 from heiderich/dot_env
taniwallach Aug 20, 2019
28c0fb4
Remove the old lines which refered to a special container/data volume…
taniwallach Aug 20, 2019
87da69d
Remove all the WEBWORK_DB_* environment variables from Dockerfile.
taniwallach Aug 20, 2019
36b2183
replace `$APP_ROOT/webwork2` by `$WEBWORK_ROOT`
heiderich Aug 21, 2019
129ae22
use absolute paths; spaces
heiderich Aug 21, 2019
aab2c40
fix typo in Dockerfile
heiderich Aug 21, 2019
f3ae7bd
remove option "--depth 1"
heiderich Aug 21, 2019
e5d14e9
Merge pull request #13 from heiderich/remove_depth_1
taniwallach Aug 21, 2019
9cdf3eb
Merge pull request #11 from heiderich/WEBWORK_ROOT
taniwallach Aug 21, 2019
615f547
Merge pull request #12 from heiderich/patch-1
taniwallach Aug 21, 2019
967eba9
Modified to use the script names ending in .pl after the name changes…
taniwallach Aug 21, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
COURSES_DIRECTORY_ON_HOST=../ww-docker-data/courses
WEBWORK2_HTTP_PORT_ON_HOST=8080
WEBWORK_DB_USER=webworkWrite
WEBWORK_DB_PASSWORD=passwordRWsetItBeforeFirstStartingTheDBcontainer
Loading