Files
yavsc/INSTALL.md

27 lines
789 B
Markdown
Raw Permalink Normal View History

2018-11-19 15:46:20 +01:00
# configuring a new application
## Resources
### A Name
In this doc, let's say, `FreeField`
### A domain name
2022-02-06 03:34:50 +00:00
Wait ... `pschneider.fr`
2018-11-19 15:46:20 +01:00
You'll have to see with your provider, in order to power it, and make it point to your host ip, at least concerning the ports 80 & 443.
2025-02-23 21:34:24 +00:00
### A Postgresql db
2018-11-19 15:46:20 +01:00
2025-02-23 21:34:24 +00:00
The database must be created, and we need its connection string, allowed to modify the data dictionary
2018-11-19 15:46:20 +01:00
### A mailling service
You'll need to send e-mail ... using smtp and the provider of your choice.
2018-12-11 09:18:38 +00:00
### Google
I'll have to make with it, a least a moment, it needs a *service account*, and some setup,
in the `appsettings.*.json` file, and
the execution environment variable GOOGLE_APPLICATION_CREDENTIALS to a value pointing the json description file for the Google Service account.