diff options
author | friendica <info@friendica.com> | 2014-07-10 21:34:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-10 21:34:52 -0700 |
commit | c74fd789935e19074e2799b5201654ffe3bfce5c (patch) | |
tree | 4778b979ba14b16b2b994c1ee8279ee133ecf060 /doc/red2pi.bb | |
parent | f2c54cfcaf9d154970a4a4c99384e267f8699022 (diff) | |
download | volse-hubzilla-c74fd789935e19074e2799b5201654ffe3bfce5c.tar.gz volse-hubzilla-c74fd789935e19074e2799b5201654ffe3bfce5c.tar.bz2 volse-hubzilla-c74fd789935e19074e2799b5201654ffe3bfce5c.zip |
move smarty compiled files to store/[data]/smarty3 - which puts all writeable areas of the server except the config file and logs under the "store" directory. We'll do logs at a future time.
Diffstat (limited to 'doc/red2pi.bb')
-rw-r--r-- | doc/red2pi.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/red2pi.bb b/doc/red2pi.bb index c29de91e9..4ca58a382 100644 --- a/doc/red2pi.bb +++ b/doc/red2pi.bb @@ -260,8 +260,8 @@ Check if you can update the addons [code]pi@pi /var/www $ cd addon/
pi@pi /var/www/addon $ sudo git pull[/code]
-Make sure folder view/tpl/smarty3 exists and is writable by the webserver
-[code]pi@pi /var/www $ sudo chmod ou+w view/tpl/smarty3/[/code]
+Make sure folder store/[data]/smarty3 exists and is writable by the webserver
+[code]pi@pi /var/www $ sudo chmod ou+w "store/\[data\]/smarty3"[/code]
Create .htconfig.php and is writable by the webserver
[code]pi@pi /var/www $ sudo touch .htconfig.php
|