diff options
author | crupest <crupest@outlook.com> | 2022-10-28 23:07:12 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-10-28 23:07:12 +0800 |
commit | 125f22cb83b89f9f5011ca2ec835342ea8876833 (patch) | |
tree | 1ea402b1b7923ee06413c418f68ab5cc0835b51d /template/README.md | |
parent | 4c35716b592a728e530ded6cac0416bce7d71179 (diff) | |
download | crupest-125f22cb83b89f9f5011ca2ec835342ea8876833.tar.gz crupest-125f22cb83b89f9f5011ca2ec835342ea8876833.tar.bz2 crupest-125f22cb83b89f9f5011ca2ec835342ea8876833.zip |
...
Diffstat (limited to 'template/README.md')
-rw-r--r-- | template/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/template/README.md b/template/README.md new file mode 100644 index 0000000..702ebfa --- /dev/null +++ b/template/README.md @@ -0,0 +1,12 @@ +This directory contains the template files to generate the final config files. +The template format is quite simple: they are just files containing `{{VAR}}`s. You can simply use text substitution to do the generation. All variable names begin with `CRUPEST_` to avoid name conflicts. + +Run `generate.py` and it will help you configure and generate the final config files. + +Here are the variables used in templates: +| Variable | Description | +| -------- | ----------- | +| CRUPEST_DOMAIN | Domain to deploy. | +| CRUPEST_UID | Your uid. Run `id -u` to get it. | +| CRUPEST_GID | Your gid. Run `id -g` to get it. | +| CRUPEST_HALO_DB_PASSWORD | Used as halo's h2 database password. Better not to change it after first run. | |