aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-05-29 02:48:36 +0100
committerThomas Willingham <founder@kakste.com>2013-05-29 02:48:36 +0100
commit09f44b8096b43740dceb49b8fc44b71c9b0da1cd (patch)
tree571b6c55ec08c152f80e0164e04eb13dbd0d5861 /doc
parent3cfde2c177144fa0c85faa5e73f622872355e3f9 (diff)
downloadvolse-hubzilla-09f44b8096b43740dceb49b8fc44b71c9b0da1cd.tar.gz
volse-hubzilla-09f44b8096b43740dceb49b8fc44b71c9b0da1cd.tar.bz2
volse-hubzilla-09f44b8096b43740dceb49b8fc44b71c9b0da1cd.zip
Update doco
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