Update doco
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user