ImageLink: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 11: | Line 11: | ||
}} | }} | ||
= Installation = | = Installation = | ||
== get code == | |||
<source lang='bash'> | <source lang='bash'> | ||
cd extensions | cd extensions | ||
git clone https://github.com/BITPlan/ImageLink | git clone https://github.com/BITPlan/ImageLink | ||
</source> | </source> | ||
== modify LocalSettings.php == | |||
<source lang='php'> | |||
require_once "$IP/extensions/ImageLink/ImageLink.php"; | |||
</source> | |||
=Freitext= | =Freitext= | ||
Revision as of 16:39, 1 August 2020
OsProject
| OsProject | |
|---|---|
| id | ImageLink |
| state | |
| owner | BITPlan |
| title | ImageLink |
| url | https://github.com/BITPlan/ImageLink |
| version | 0.0.4 |
| description | |
| date | 2020/08/01 |
| since | |
| until | |
Installation
get code
cd extensions
git clone https://github.com/BITPlan/ImageLink
modify LocalSettings.php
require_once "$IP/extensions/ImageLink/ImageLink.php";