aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-28 19:59:27 -0700
committerfriendica <info@friendica.com>2013-05-28 19:59:27 -0700
commit5160f15b8029594f5f4ffc711bc19c984eecd301 (patch)
tree56881a0778705c83ce1917116b320da414c26227 /doc
parentbe1c96996f483c8bf3ddd7084479404d4764336c (diff)
parent09f44b8096b43740dceb49b8fc44b71c9b0da1cd (diff)
downloadvolse-hubzilla-5160f15b8029594f5f4ffc711bc19c984eecd301.tar.gz
volse-hubzilla-5160f15b8029594f5f4ffc711bc19c984eecd301.tar.bz2
volse-hubzilla-5160f15b8029594f5f4ffc711bc19c984eecd301.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'doc')
-rw-r--r--doc/Install.md22
1 files changed, 5 insertions, 17 deletions
diff --git a/doc/Install.md b/doc/Install.md
index 9882ff3a9..389c9d632 100644
--- a/doc/Install.md
+++ b/doc/Install.md
@@ -1,3 +1,4 @@
+
Red Installation
===============
@@ -32,7 +33,7 @@ not be as convenient to use and have not been thoroughly tested.
reasonable price. If your hosting provider doesn't allow Unix shell access,
you might have trouble getting everything to work.]
-2. Unpack the Friendica files into the root of your web server document area.
+2. Unpack the Red files into the root of your web server document area.
- If you are able to do so, we recommend using git to clone the source repository rather than to use a packaged tar or zip file. This makes the software much easier to update. The Linux command to clone the repository into a directory "mywebsite" would be
@@ -42,9 +43,9 @@ you might have trouble getting everything to work.]
`git pull`
- - make sure folder *view/smarty3* exists and is writable by webserver
+ - make sure folder *view/tpl/smarty3* exists and is writable by webserver
- `mkdir view/smarty3`
+ `mkdir view/tpl/smarty3`
`chown 777 view/smarty3`
@@ -101,17 +102,4 @@ one shown, substituting for your unique paths and settings:
You can generally find the location of PHP by executing "which php". If you
have troubles with this section please contact your hosting provider for
-assistance. Friendica will not work correctly if you cannot perform this step.
-
-Alternative: You may be able to use the 'poormancron' plugin to perform this step
-if you are using a recent Friendica release. To do this, edit the file ".htconfig.php"
-and look for a line describing your plugins. On a fresh installation, it will look like
-
-`$a->config['system']['addon'] = 'js_upload';`
-
-This indicates the "js_upload" addon module is enabled. You may add additional
-addons/plugins using this same line in the configuration file. Change it to read
-
-`$a->config['system']['addon'] = 'js_upload,poormancron';`
-
-and save your changes.
+assistance. Red will not work correctly if you cannot perform this step. \ No newline at end of file