Page MenuHomeDevCentral

D3124.id7968.diff
No OneTemporary

D3124.id7968.diff

diff --git a/.arcconfig b/.arcconfig
new file mode 100644
--- /dev/null
+++ b/.arcconfig
@@ -0,0 +1,4 @@
+{
+ "repository.callsign": "DORB",
+ "phabricator.uri": "https://devcentral.nasqueron.org"
+}
diff --git a/.arclint b/.arclint
new file mode 100644
--- /dev/null
+++ b/.arclint
@@ -0,0 +1,21 @@
+{
+ "linters": {
+ "chmod": {
+ "type": "chmod"
+ },
+ "filename": {
+ "type": "filename"
+ },
+ "spelling": {
+ "type": "spelling"
+ },
+ "json": {
+ "type": "json",
+ "include": [
+ "(^\\.arcconfig$)",
+ "(^\\.arclint$)",
+ "(\\.json$)"
+ ]
+ }
+ }
+}
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,12 @@
+FROM tomcat:9.0.75-jre17
+
+RUN apt update && apt install unzip -y && \
+ wget --no-verbose -O /tmp/orbeon.zip "https://github.com/orbeon/orbeon-forms/releases/download/tag-release-2022.1-ce/orbeon-2022.1.202212310353-CE.zip" && \
+ cd /tmp && unzip orbeon.zip && \
+ mkdir deploy && cd deploy && \
+ unzip $(find .. -name orbeon.war) && \
+ mv /tmp/deploy /usr/local/tomcat/webapps/orbeon && \
+ rm -rf /tmp/orbeon.zip /tmp/deploy /var/cache/apt
+
+EXPOSE 8080
+CMD ["catalina.sh", "run"]

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 11:06 (13 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260051
Default Alt Text
D3124.id7968.diff (1 KB)

Event Timeline