-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #232 from openfisca/install-any-country-package
Install any country package
- Loading branch information
Showing
5 changed files
with
68 additions
and
27 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
ops/ansible/inventories/legislation.demo.openfisca.org.yml
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,28 @@ | ||
all: | ||
hosts: | ||
vps-60ea1664.openfisca.org: | ||
ansible_user: root | ||
|
||
api_url: https://api.demo.openfisca.org/latest | ||
app_port: 8101 | ||
|
||
ui_strings: | | ||
{ | ||
"en": | ||
{ "countryName": "Demo", "search_placeholder": "salary, disposable income" }, | ||
"fr": | ||
{ "countryName": "Demo", "search_placeholder": "salary, disposable income" } | ||
} | ||
matomo_url: https://stats.data.gouv.fr/piwik.php | ||
matomo_site_id: 4 | ||
|
||
source_dir: legislation-explorer-demo # relative to the home directory | ||
systemd_service_file_name: legislation-explorer-demo.service | ||
|
||
# Reverse proxy | ||
|
||
host_name: legislation.demo.openfisca.org | ||
|
||
letsencrypt_email: [email protected] | ||
letsencrypt_environment: production |
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 |
---|---|---|
|
@@ -3,13 +3,26 @@ all: | |
vps-60ea1664.openfisca.org: | ||
ansible_user: root | ||
|
||
host_name: legislation.fr.openfisca.org | ||
api_url: https://api.fr.openfisca.org/latest | ||
app_port: 8100 | ||
|
||
api_url: https://api.fr.openfisca.org/latest | ||
|
||
letsencrypt_email: [email protected] | ||
letsencrypt_environment: production | ||
ui_strings: | | ||
{ | ||
"en": | ||
{ "countryName": "France", "search_placeholder": "smic, salaire net" }, | ||
"fr": | ||
{ "countryName": "France", "search_placeholder": "smic, salaire net" } | ||
} | ||
matomo_url: https://stats.data.gouv.fr/piwik.php | ||
matomo_site_id: 4 | ||
|
||
source_dir: legislation-explorer-fr # relative to the home directory | ||
systemd_service_file_name: legislation-explorer-fr.service | ||
|
||
# Reverse proxy | ||
|
||
host_name: legislation.fr.openfisca.org | ||
|
||
letsencrypt_email: [email protected] | ||
letsencrypt_environment: production |
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 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 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