Skip to content

Commit

Permalink
build: add curlable bash script for easy install
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 2, 2023
1 parent c6170a1 commit 8d31a9f
Show file tree
Hide file tree
Showing 10 changed files with 1,168 additions and 199 deletions.
2 changes: 0 additions & 2 deletions .env.example
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]"}
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ db.sqlite3
.DS_Store

# ignore settings
.env
**/*.env

# ignore python environments
venv
Expand All @@ -81,3 +81,6 @@ temp_webmaps/Naivasha

# mkdocs
site

# Bash install script
envsubst
187 changes: 0 additions & 187 deletions gen-env.sh

This file was deleted.

8 changes: 8 additions & 0 deletions scripts/README.md
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.
Loading

0 comments on commit 8d31a9f

Please sign in to comment.