Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcopado authored May 27, 2024
1 parent d83da10 commit c71bfce
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ This plugin allows users to embed Panopto videos in ILIAS as Page Component obje
This Page Component plugin requires the Panopto Repository Object plugin (https://github.com/surlabs/Panopto) properly installed and configured in your ILIAS platform to be used

### Installation steps
1. Create subdirectories, if necessary for Customizing/global/plugins/Services/COPage/PageComponent/
2. In Customizing/global/plugins/Services/COPage/PageComponent/ **ensure you delete any previous PanoptoPageComponent folder**
3. Then, execute:
1. Create subdirectories, if necessary for Customizing/global/plugins/Services/COPage/PageComponent/ or run the following script fron the ILIAS root

```bash
mkdir -p Customizing/global/plugins/Services/COPage/PageComponent
cd Customizing/global/plugins/Services/COPage/PageComponent
```

3. In Customizing/global/plugins/Services/COPage/PageComponent/ **ensure you delete any previous PanoptoPageComponent folder**
4. Then, execute:

```bash
git clone https://github.com/surlabs/PanoptoPageComponent.git
Expand All @@ -32,7 +38,8 @@ Run ILIAS update script at platform root
```bash
php setup/setup.php update
```

**Ensure you don't ignore plugins at the ilias .gitignore files and don't use --no-plugins option at ILIAS setup**

# Authors
* A previous version of this plugin was developed and maintained by Fluxlabs, and it is no longer maintained.
* This plugin is created and maintained by Jesús Copado, Saúl Díaz and Daniel Cazalla through [SURLABS](https://surlabs.es)
Expand Down

0 comments on commit c71bfce

Please sign in to comment.