Skip to content

Commit

Permalink
WIK-85: add build script for re-creating Wikidata app artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
aschwarte10 committed Aug 26, 2020
1 parent 3dc215a commit 7b630ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.project
.DS_Store
.DS_Store
wikidata.zip
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ Notes:

* we recommend to deploy the app in a fresh metaphactory installation
* please make sure to use a compatible app version (e.g. Wikidata 3.5 for metaphactory 3.5.x)


## Building the app artifact

Using the provided `build.sh` script it is possible to (re)-build the Wikidata app artifact (e.g. when you did local modifications). The artifact can then be deployed on the target system as described above.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
zip -r wikidata.zip wikidata

0 comments on commit 7b630ae

Please sign in to comment.