Browse Source

New instructions in readme for install.cfg usage

mex3 1 month ago
parent
commit
20c9759a2d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -4,7 +4,9 @@ The base Django project of a service web application to which other modules are
 
 ## Installation / Upgrade
 
-Download or clone repository. For the initial/update project configuration, run *bin/install.sh*.
+1. Download or clone repository.
+2. Make a copy of configuration file (cp bin/install.cfg.example bin/install.cfg) and modify it for your service (check paths).
+3. For the initial/update project configuration, run *bin/install.sh*.
 
 ### Test Users