Bob Mottram 11 lat temu
rodzic
commit
8c4c71031d
1 zmienionych plików z 17 dodań i 7 usunięć
  1. 17
    7
      beaglebone.txt

+ 17
- 7
beaglebone.txt Wyświetl plik

@@ -2234,7 +2234,7 @@ The Apache configuration for the site should look something like the following.
2234 2234
 		AllowOverride All
2235 2235
 		Order allow,deny
2236 2236
 		allow from all
2237
-        LimitRequestBody 128000
2237
+        LimitRequestBody 512000
2238 2238
 	</Directory>
2239 2239
 
2240 2240
 	# Don't serve .php~ or .php# files created by emacs
@@ -2259,7 +2259,7 @@ The Apache configuration for the site should look something like the following.
2259 2259
 		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
2260 2260
 		Order allow,deny
2261 2261
 		Allow from all
2262
-        LimitRequestBody 128000
2262
+        LimitRequestBody 512000
2263 2263
 	</Directory>
2264 2264
 
2265 2265
 	ErrorLog ${APACHE_LOG_DIR}/error.log
@@ -2286,7 +2286,7 @@ The Apache configuration for the site should look something like the following.
2286 2286
 		AllowOverride All
2287 2287
 		Order allow,deny
2288 2288
 		allow from all
2289
-        LimitRequestBody 128000
2289
+        LimitRequestBody 512000
2290 2290
 	</Directory>
2291 2291
 
2292 2292
 	# Don't serve .php~ or .php# files created by emacs
@@ -2311,7 +2311,7 @@ The Apache configuration for the site should look something like the following.
2311 2311
 		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
2312 2312
 		Order allow,deny
2313 2313
 		Allow from all
2314
-        LimitRequestBody 128000
2314
+        LimitRequestBody 512000
2315 2315
 	</Directory>
2316 2316
 
2317 2317
 	ErrorLog ${APACHE_LOG_DIR}/error.log
@@ -3933,7 +3933,7 @@ Now visit the URL of your site and you should be taken through the rest of the i
3933 3933
 | Database Login Password | myfriendicapassword |
3934 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 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,8 +4048,8 @@ cp -f /var/backups/friendica_daily.sql /var/backups/friendica_weekly.sql
4048 4048
 Save and exit.
4049 4049
 
4050 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 4053
 editor /etc/cron.monthly/backup
4054 4054
 #+END_SRC
4055 4055
 
@@ -4069,6 +4069,11 @@ cp -f /var/backups/friendica_weekly.sql /var/backups/friendica_monthly.sql
4069 4069
 
4070 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 4077
 **** Recommended configuration
4073 4078
 ***** Admin
4074 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,6 +4414,11 @@ cp -f /var/backups/redmatrix_weekly.sql /var/backups/redmatrix_monthly.sql
4409 4414
 
4410 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 4422
 **** To access from an Android device
4413 4423
 ***** App
4414 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.