Skip to content

Commit 57785ca

Browse files
authored
readme: need min. 2 journals on OJS
1 parent cdc15d8 commit 57785ca

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ An installation of OJS is needed. To install OJS please follow the instructions
1919

2020
To install the latest version, please check out the master branch.
2121

22-
3. Download plugin files
22+
3. Setup at least two journals on the OJS instance
23+
24+
This step is required to make the global settings show in the OJS menus.
25+
26+
4. Download plugin files
2327

2428
Download and copy the plugin files from github into plugins/generic/fidusWriter inside your OJS folder.
2529
Create the folder if it does not exist. You can achieve this by running these commands:
@@ -29,15 +33,15 @@ cd plugins/generic/
2933
git clone https://github.com/fiduswriter/ojs-fiduswriter.git fidusWriter
3034
cd ../..
3135
```
32-
3. Register plugin with OJS
36+
5. Register plugin with OJS
3337

34-
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:
3539

3640
```
3741
php tools/upgrade.php upgrade
3842
```
3943

40-
4. Activate plugin in OJS
44+
6. Activate plugin in OJS
4145

4246
Enable the plugin via the OJS website interface:
4347

@@ -48,7 +52,7 @@ Open the OJS interface and select "ENABLE" under the settings "Fidus Writer Inte
4852
setting > website > plugins
4953

5054

51-
5. Configure the API key in OJS
55+
7. Configure the API key in OJS
5256

5357
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!
5458

@@ -57,7 +61,7 @@ To set the key in OJS, go to the settings of the Fidus Writer integration plugin
5761
setting > website > plugins -> Fidus Writer Integration plugin (triangle to left) -> Settings -> Enter API key -> Save.
5862

5963

60-
6. Activate connection on Fidus Writer side
64+
8. Activate connection on Fidus Writer side
6165

6266
Enter the administration interface at your Fidus Writer installation (http://myserver.com/admin).
6367

0 commit comments

Comments
 (0)