Difference between revisions of "ImageLink"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "{{OsProject}}")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{OsProject}}
+
=OsProject=
 +
 
 +
{{OsProject
 +
|id=ImageLink
 +
|owner=BITPlan
 +
|title=ImageLink
 +
|url=https://github.com/BITPlan/ImageLink
 +
|version=0.0.4
 +
|date=2020/08/01
 +
|storemode=Property
 +
}}
 +
= Installation =
 +
== get code ==
 +
<source lang='bash'>
 +
cd extensions
 +
git clone https://github.com/BITPlan/ImageLink
 +
</source>
 +
== modify LocalSettings.php ==
 +
<source lang='php'>
 +
require_once "$IP/extensions/ImageLink/ImageLink.php";
 +
</source>
 +
 
 +
=Freitext=

Revision as of 18: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";

Freitext