Add note in requirements about postgres
This commit is contained in:
parent
a7dab629da
commit
78c9720dac
|
@ -2,11 +2,19 @@
|
||||||
Requirements
|
Requirements
|
||||||
============
|
============
|
||||||
|
|
||||||
The only "hard" requirement is a relatively modern Python 3.
|
The only "hard" requirement is a relatively modern Python 3. For best
|
||||||
|
results, as of this writing that should be 3.6+ although generally
|
||||||
For best results, as of this writing that should be 3.6+ although generally
|
|
||||||
speaking, the newer the better.
|
speaking, the newer the better.
|
||||||
|
|
||||||
|
However in most cases you will want a database to accompany your app,
|
||||||
|
in which case PostgreSQL becomes a "hard" requirement as well. There
|
||||||
|
are no known version limitations here, so install whichever is most
|
||||||
|
practical for you.
|
||||||
|
|
||||||
|
Note that the PostgreSQL service need not be installed on the same
|
||||||
|
machine as your app. Your app will interact with PostgreSQL using
|
||||||
|
TCP/IP so it just needs to live on your network.
|
||||||
|
|
||||||
You should also know that more attention by far has been given to Linux over
|
You should also know that more attention by far has been given to Linux over
|
||||||
the years. We'll try to ensure this manual works for Windows too but FYI that
|
the years. We'll try to ensure this manual works for Windows too but FYI that
|
||||||
it's possible we miss something. Thus far all production installs are done on
|
it's possible we miss something. Thus far all production installs are done on
|
||||||
|
|
Loading…
Reference in a new issue