Update OpenDataKit repo URLs
This commit is contained in:
parent
f5416a4501
commit
ea2ba79f96
@ -9,7 +9,7 @@ RUN EOF
|
|||||||
apk --no-cache add --virtual .deps build-base git linux-headers make npm openjdk8-jre-base postgresql-dev
|
apk --no-cache add --virtual .deps build-base git linux-headers make npm openjdk8-jre-base postgresql-dev
|
||||||
|
|
||||||
# Clone ODK Build
|
# Clone ODK Build
|
||||||
git clone --depth 1 https://github.com/opendatakit/build /srv/opendatakit-build
|
git clone --depth 1 https://github.com/getodk/build /srv/opendatakit-build
|
||||||
|
|
||||||
# Install Ruby dependencies
|
# Install Ruby dependencies
|
||||||
cd /srv/opendatakit-build
|
cd /srv/opendatakit-build
|
||||||
@ -18,7 +18,7 @@ RUN EOF
|
|||||||
rake deploy:build
|
rake deploy:build
|
||||||
|
|
||||||
# Clone build2xlsform
|
# Clone build2xlsform
|
||||||
git clone --depth 1 https://github.com/opendatakit/build2xlsform /srv/build2xlsform
|
git clone --depth 1 https://github.com/getodk/build2xlsform /srv/build2xlsform
|
||||||
cd /srv/build2xlsform
|
cd /srv/build2xlsform
|
||||||
make
|
make
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ FROM alpine3.11-tomcat8.5_8.5.53-200403
|
|||||||
|
|
||||||
RUN EOF
|
RUN EOF
|
||||||
# Download OpenDataKit
|
# Download OpenDataKit
|
||||||
wget https://github.com/opendatakit/aggregate/releases/download/v2.0.5/ODK-Aggregate-v2.0.5.war -O /tmp/odk.war
|
wget https://github.com/getodk/aggregate/releases/download/v2.0.5/ODK-Aggregate-v2.0.5.war -O /tmp/odk.war
|
||||||
mkdir /srv/tomcat/webapps/ROOT
|
mkdir /srv/tomcat/webapps/ROOT
|
||||||
unzip /tmp/odk.war -d /srv/tomcat/webapps/ROOT
|
unzip /tmp/odk.war -d /srv/tomcat/webapps/ROOT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user