Skip to content

Commit

Permalink
updated installation instruction in README
Browse files Browse the repository at this point in the history
  • Loading branch information
claus-zinn authored Jan 31, 2023
1 parent 92ab7f3 commit 75fd788
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SWITCHBOARD -- EUDAT/B2DROP integration
# LR SWITCHBOARD -- EUDAT/B2DROP integration
Code Repository for the B2DROP plugin to bridge to the CLARIN Language Resources Switchboard.

# Module Description
Expand All @@ -14,10 +14,14 @@ from the cloud, and processes it as usual.
1. on your B2DROP server go to the <nextcloud>/apps directory
2. git clone this repository using

```git clone https://github.com/clarin-eric/B2Drop2LRSwitchboard.git lrswitchboardbridge ```
```git clone https://github.com/clarin-eric/B2Drop2LRSwitchboard.git switchboardBridge ```

3. in the apps folder, execute: mv B2Drop2LRSwitchboard switchboardBridge
4. enable the app on the B2DROP/nextcloud web interface. The menu item for managing the apps is hidden in the collapsible menu under the avatar icon on the top-right corner.
3. enable the app on the B2DROP/nextcloud web interface. The menu item for
managing the apps is hidden in the collapsible menu under the avatar icon on
the top-right corner. ALTERNATIVELY, use:

```php occ app:enable switchboardBridge ```


# Website

Expand Down

0 comments on commit 75fd788

Please sign in to comment.