Skip to content

Commit

Permalink
update install docs with cache directory instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
randlet committed Feb 28, 2020
1 parent 47a7aa0 commit 269e933
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/install/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Apache and mod_wsgi can be installed with the following commands:
sudo apt-get install apache2 apache2-dev libapache2-mod-wsgi-py3 python3-dev
Next, lets make sure Apache can write to our logs and media directory:
Next, lets make sure Apache can write to our logs, media and cache directory:

.. code-block:: console
Expand All @@ -276,6 +276,11 @@ Next, lets make sure Apache can write to our logs and media directory:
chmod ug+rwx qatrack/media
chmod a+rw logs/{migrate,debug}.log
mkdir -p qatrack/cache
sudo chown -R www-data:www-data qatrack/cache/
sudo chmod -R g+rwxs qatrack/cache/
Now we can remove the default Apache config file and copy over the QATrack+ config
file:

Expand Down

0 comments on commit 269e933

Please sign in to comment.