diff options
author | RedSwede <redswede@riseup.net> | 2015-01-17 00:19:22 +0100 |
---|---|---|
committer | RedSwede <redswede@riseup.net> | 2015-01-17 00:19:22 +0100 |
commit | 1d7bd0ba909241bc4a3b423dbae82ff64e928bd3 (patch) | |
tree | 339989866daad4ff4c66a88472351a22ad972a79 /doc/red2pi.bb | |
parent | d5c85ea1bcd8b610f3fce8660d82a9a1265fae67 (diff) | |
download | volse-hubzilla-1d7bd0ba909241bc4a3b423dbae82ff64e928bd3.tar.gz volse-hubzilla-1d7bd0ba909241bc4a3b423dbae82ff64e928bd3.tar.bz2 volse-hubzilla-1d7bd0ba909241bc4a3b423dbae82ff64e928bd3.zip |
Looked through the whole doc/-folder more or less. Added and commented a few things here and there.
One question:
* Is the crypto-js E2EE or not? If the devs agree that it is NOT then I propose
removing this from the help files and gui.
Diffstat (limited to 'doc/red2pi.bb')
-rw-r--r-- | doc/red2pi.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/red2pi.bb b/doc/red2pi.bb index 48b7f6d38..03e05aa99 100644 --- a/doc/red2pi.bb +++ b/doc/red2pi.bb @@ -9,6 +9,7 @@ Then this page is for you! You will: [*] Register a free domain (dynamic DNS) and use it for your RED hub
[*] Install the RED Matrix
[*] Keep your Raspberry Pi and your Redmatrix up-to-date
+[*] TODO Setting up SSL
[*] TODO Running Friendica with SSL
[*] TODO Make the webserver less vulnarable to attacks
[/list]
@@ -199,7 +200,7 @@ And add the following contains in it replacing the actual values: --background
--dyndns_system default@freedns.afraid.org
--syslog
-[/code]
+ [/code]
[b]Step 5[/b]
@@ -302,7 +303,7 @@ Set up a cron job to run the poller once every 15 minutes in order to perform ba - pi@pi /var/www $ which php
Make sure you are in the document root directory of the webserver
- pi@pi /var/www $ cd /var/www/
-Try to execute the poller in oder to make sure it works
+Try to execute the poller in order to make sure it works
- pi@pi /var/www $ /usr/bin/php include/poller.php
Create the cronjob
- pi@pi /var/www $ crontab -e
|