You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,9 @@ In the GitHub Release View you will find 4 archives in the assets of the corresp
62
62
We recommend downloading either the `geoMetadata.tar.gz` or the `geoMetadata.zip` archive, which include the JavaScript dependencies. The following guidelines will guide you through the installation process using these archives. There are two options available:
63
63
64
64
#### Installation via Upload
65
-
1. Download as `zip-archive` or `tar.gz-archive`. Renaming is not required.
65
+
1. Download as `zip`-archive or `tar.gz`-archive. Renaming is not required.
66
66
1. Use the button `Upload a New Plugin` in the OJS plugin settings (OJS > Dashboard > Website > Plugins > Installed Plugins).
67
-
1. Select the `zip-archive` or `tar.gz-archive` for upload and click the `Save`-button.
67
+
1. Select the `zip`-archive or `tar.gz`-archive for upload and click the `Save`-button.
68
68
1. Activate the plugin in the OJS plugin settings (OJS > Dashboard > Website > Plugins > Installed Plugins) and continue with [Configuration](#configuration).
69
69
70
70
_Troubleshooting `File size error.` during Installation via upload_
@@ -75,7 +75,7 @@ _Troubleshooting `File size error.` during Installation via upload_
75
75
-`post_max_size = 100M`
76
76
-`upload_max_filesize = 100M`
77
77
- To apply the changes in the `php.ini`-file, a restart of Apache and OJS is required.
78
-
- If you want to upload the plugin as `tar.gz-archive` you need to define the `tar`-path in the OJS configuration file (`config.inc.php`).
78
+
- If you want to upload the plugin as `tar.gz`-archive you need to define the `tar`-path in the OJS configuration file (`config.inc.php`).
79
79
- code sequence in the `config.inc.php`:
80
80
```
81
81
; tar (used in backup plugin, translation packaging)
0 commit comments