initial import

This commit is contained in:
2018-11-19 15:46:20 +01:00
parent e8e34e502f
commit 95c093d942

21
INSTALL.md Normal file
View File

@ -0,0 +1,21 @@
# configuring a new application
## Resources
### A Name
In this doc, let's say, `FreeField`
### A domain name
Wait ... `freefield.pschneider.fr`
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.
### An Npgsql db
The database must be created, and we need its connection string, allowed to modify the dd
### A mailling service
You'll need to send e-mail ... using smtp and the provider of your choice.