File tree Expand file tree Collapse file tree 2 files changed +0
-52
lines changed Expand file tree Collapse file tree 2 files changed +0
-52
lines changed Original file line number Diff line number Diff line change @@ -34,34 +34,3 @@ branch contains the previous version.
34
34
35
35
- [ Development] ( https://htcondor-ce.readthedocs.io/en/latest/ ) : HTCondor-CE 4
36
36
- [ Stable] ( https://htcondor-ce.readthedocs.io/en/stable/ ) : HTCondor-CE 3
37
-
38
- Development
39
- -----------
40
-
41
- 1 . Build the development container:
42
-
43
- $ docker build -t htcondor-ce-dev -f tests/Dockerfile.dev .
44
-
45
- Optionally, specify the following build arguments:
46
-
47
- - `EL`: CentOS base image to use for the build.
48
- Accepted values: `8` or `7` (default)
49
- - `BUILD_ENV`: specifies the repositories to use for HTCondor/BLAH dependencies.
50
- Accepted values: `osg` or `uw_build` (default)
51
-
52
- 2 . Run the container with the following:
53
-
54
- $ docker run -d \
55
- --name my-htcondor-ce \
56
- -v ${PWD}:/src/htcondor-ce \
57
- -p 9619:9619 \
58
- -p 8080:80 \
59
- htcondor-ce-dev
60
-
61
- 3 . Make changes to the source, apply them, and reconfigure the CE:
62
-
63
- $ docker exec my-htcondor-ce \
64
- /bin/sh -c \
65
- "cmake -DCMAKE_INSTALL_PREFIX=/usr -DPYTHON_EXECUTABLE=/usr/bin/python3 && \
66
- make install && \
67
- condor_ce_restart -fast"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments