-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add curlable bash script for easy install
- Loading branch information
1 parent
c6170a1
commit 8d31a9f
Showing
10 changed files
with
1,168 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
### copy to .env and set variables | ||
|
||
### ODK Central ### | ||
ODK_CENTRAL_URL=${ODK_CENTRAL_URL:-"https://proxy"} | ||
ODK_CENTRAL_USER=${ODK_CENTRAL_USER:-"[email protected]"} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Scripts | ||
|
||
- Directory of helper scripts related to FMTM. | ||
- The install-fmtm.sh script is located under: | ||
|
||
`src/frontend/public/install-fmtm.sh` | ||
|
||
So it is available to install via URL. |
Oops, something went wrong.