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
Then, run the upgrade script to register the plugin with the system by running:
38
+
Run the upgrade script to register the plugin with the system by running:
35
39
36
40
```
37
41
php tools/upgrade.php upgrade
38
42
```
39
43
40
-
4. Activate plugin in OJS
44
+
6. Activate plugin in OJS
41
45
42
46
Enable the plugin via the OJS website interface:
43
47
@@ -48,7 +52,7 @@ Open the OJS interface and select "ENABLE" under the settings "Fidus Writer Inte
48
52
setting > website > plugins
49
53
50
54
51
-
5. Configure the API key in OJS
55
+
7. Configure the API key in OJS
52
56
53
57
Come up with an API Key to allow secure communications between Fidus Writer and OJS. This is just a single long text string that you should not share with anyone that will need to be entered in the configurations of Fidus Writer and OJS. Be cautious: The key allows automatic login into Fidus Writer and OJS in various ways, so do not share it!
54
58
@@ -57,7 +61,7 @@ To set the key in OJS, go to the settings of the Fidus Writer integration plugin
57
61
setting > website > plugins -> Fidus Writer Integration plugin (triangle to left) -> Settings -> Enter API key -> Save.
58
62
59
63
60
-
6. Activate connection on Fidus Writer side
64
+
8. Activate connection on Fidus Writer side
61
65
62
66
Enter the administration interface at your Fidus Writer installation (http://myserver.com/admin).
0 commit comments