|
|
|
|
2234
|
AllowOverride All
|
2234
|
AllowOverride All
|
2235
|
Order allow,deny
|
2235
|
Order allow,deny
|
2236
|
allow from all
|
2236
|
allow from all
|
2237
|
- LimitRequestBody 128000
|
|
|
|
|
2237
|
+ LimitRequestBody 512000
|
2238
|
</Directory>
|
2238
|
</Directory>
|
2239
|
|
2239
|
|
2240
|
# Don't serve .php~ or .php# files created by emacs
|
2240
|
# Don't serve .php~ or .php# files created by emacs
|
|
|
|
|
2259
|
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
|
2259
|
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
|
2260
|
Order allow,deny
|
2260
|
Order allow,deny
|
2261
|
Allow from all
|
2261
|
Allow from all
|
2262
|
- LimitRequestBody 128000
|
|
|
|
|
2262
|
+ LimitRequestBody 512000
|
2263
|
</Directory>
|
2263
|
</Directory>
|
2264
|
|
2264
|
|
2265
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
2265
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
|
|
|
2286
|
AllowOverride All
|
2286
|
AllowOverride All
|
2287
|
Order allow,deny
|
2287
|
Order allow,deny
|
2288
|
allow from all
|
2288
|
allow from all
|
2289
|
- LimitRequestBody 128000
|
|
|
|
|
2289
|
+ LimitRequestBody 512000
|
2290
|
</Directory>
|
2290
|
</Directory>
|
2291
|
|
2291
|
|
2292
|
# Don't serve .php~ or .php# files created by emacs
|
2292
|
# Don't serve .php~ or .php# files created by emacs
|
|
|
|
|
2311
|
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
|
2311
|
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
|
2312
|
Order allow,deny
|
2312
|
Order allow,deny
|
2313
|
Allow from all
|
2313
|
Allow from all
|
2314
|
- LimitRequestBody 128000
|
|
|
|
|
2314
|
+ LimitRequestBody 512000
|
2315
|
</Directory>
|
2315
|
</Directory>
|
2316
|
|
2316
|
|
2317
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
2317
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
|
|
|
3933
|
| Database Login Password | myfriendicapassword |
|
3933
|
| Database Login Password | myfriendicapassword |
|
3934
|
| Database Name | friendica |
|
3934
|
| Database Name | friendica |
|
3935
|
|
3935
|
|
3936
|
-When installation is complete if you already have an exported account which you wish to import then visit https://myfriendicadomain.com/uimport, rather than registering a new user.
|
|
|
|
|
3936
|
+When installation is complete if you already have an exported account which you wish to import then visit https://myfriendicadomain.com/uimport, rather than registering a new user. If you get an error when trying to import an account then try increasing the value of LimitRequestBody within your apache configuration and restart the apache2 service.
|
3937
|
|
3937
|
|
3938
|
If you have trouble with "allow override" ensure that "AllowOverride" is set to "all" in your Apache settings for the site (within /etc/apache2/sites-available) and then restart the apache2 service.
|
3938
|
If you have trouble with "allow override" ensure that "AllowOverride" is set to "all" in your Apache settings for the site (within /etc/apache2/sites-available) and then restart the apache2 service.
|
3939
|
|
3939
|
|
|
|
|
|
4048
|
Save and exit.
|
4048
|
Save and exit.
|
4049
|
|
4049
|
|
4050
|
#+BEGIN_SRC: bash
|
4050
|
#+BEGIN_SRC: bash
|
4051
|
-chmod 600 /etc/cron.weekly/friendicabackup
|
|
|
4052
|
-chmod +x /etc/cron.weekly/friendicabackup
|
|
|
|
|
4051
|
+chmod 600 /etc/cron.weekly/backup
|
|
|
4052
|
+chmod +x /etc/cron.weekly/backup
|
4053
|
editor /etc/cron.monthly/backup
|
4053
|
editor /etc/cron.monthly/backup
|
4054
|
#+END_SRC
|
4054
|
#+END_SRC
|
4055
|
|
4055
|
|
|
|
|
|
4069
|
|
4069
|
|
4070
|
Save and exit.
|
4070
|
Save and exit.
|
4071
|
|
4071
|
|
|
|
4072
|
+#+BEGIN_SRC: bash
|
|
|
4073
|
+chmod 600 /etc/cron.monthly/backup
|
|
|
4074
|
+chmod +x /etc/cron.monthly/backup
|
|
|
4075
|
+#+END_SRC
|
|
|
4076
|
+
|
4072
|
**** Recommended configuration
|
4077
|
**** Recommended configuration
|
4073
|
***** Admin
|
4078
|
***** Admin
|
4074
|
To get to the admin settings you will need to be logged in with the admin email address which you specified at the beginning of the installation procedure. Depending upon the theme which you're using "/admin/" will be available either as an icon or on a drop down menu.
|
4079
|
To get to the admin settings you will need to be logged in with the admin email address which you specified at the beginning of the installation procedure. Depending upon the theme which you're using "/admin/" will be available either as an icon or on a drop down menu.
|
|
|
|
|
4409
|
|
4414
|
|
4410
|
Save and exit.
|
4415
|
Save and exit.
|
4411
|
|
4416
|
|
|
|
4417
|
+#+BEGIN_SRC: bash
|
|
|
4418
|
+chmod 600 /etc/cron.monthly/backup
|
|
|
4419
|
+chmod +x /etc/cron.monthly/backup
|
|
|
4420
|
+#+END_SRC
|
|
|
4421
|
+
|
4412
|
**** To access from an Android device
|
4422
|
**** To access from an Android device
|
4413
|
***** App
|
4423
|
***** App
|
4414
|
Open a browser on your device and go to https://f-droid.org/ then download and install the F-Droid apk. If you then open F-Droid you can search for and install the Friendica app.
|
4424
|
Open a browser on your device and go to https://f-droid.org/ then download and install the F-Droid apk. If you then open F-Droid you can search for and install the Friendica app.
|