aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacu2 <filip.m.kucharczyk@gmail.com>2017-08-08 09:52:24 +0200
committerPacu2 <filip.m.kucharczyk@gmail.com>2017-08-23 13:35:16 +0200
commitac9c2213b970f17db85cbcd96c99927d9990d9c9 (patch)
treea17e12bbc42fa998695bcd1b32e8e9e6a6a5a950
parent7fcadde0d900c05ec3d47d22962598267bb1f200 (diff)
downloadsaleor-frontend-ac9c2213b970f17db85cbcd96c99927d9990d9c9.tar.gz
saleor-frontend-ac9c2213b970f17db85cbcd96c99927d9990d9c9.tar.bz2
saleor-frontend-ac9c2213b970f17db85cbcd96c99927d9990d9c9.zip
Add info about creating user in installation docs
-rw-r--r--docs/installation.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 3758ee4d..13a196f2 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -80,6 +80,16 @@ Installation
$ export SECRET_KEY='<mysecretkey>'
+#. Create PostgreSQL user:
+
+ .. note::
+
+ You need to create the user to use within your project.
+ Username and password are extracted from ``DATABASE_URL`` environmental variable.
+ If absent, defaults to ``saleor`` and ``saleor``.
+ Consult `PostgreSQL's documentation <https://www.postgresql.org/docs/current/static/app-createuser.html>`_ for details.
+
+
#. Prepare the database:
.. code-block:: bash