jenkins-bot has submitted this change and it was merged.

Change subject: Remove INSTALL file, as this info is already in the README
......................................................................


Remove INSTALL file, as this info is already in the README

Change-Id: Ifcd2e15faa90116dd1dbabd698de237aa1aa1ea7
---
D INSTALL.md
1 file changed, 0 insertions(+), 52 deletions(-)

Approvals:
  Tobias Gritschacher: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/INSTALL.md b/INSTALL.md
deleted file mode 100644
index 0578d88..0000000
--- a/INSTALL.md
+++ /dev/null
@@ -1,52 +0,0 @@
-Installation of Wikibase DataModel
-====================================
-
-Wikibase DataModel has the following dependencies:
-
-* [DataValues](https://www.mediawiki.org/wiki/Extension:DataValues) 0.1 or 
later
-* [Diff](https://www.mediawiki.org/wiki/Extension:Diff) 0.6 or later
-
-And nothing else.
-
-It also requires PHP 5.3 or above to run.
-
-Installation with Composer
---------------------------
-
-The standard and recommended way to install Wikibase DataModel is with 
[Composer](http://getcomposer.org).
-If you do not have Composer yet, you first need to install it, or get the 
composer.phar file.
-
-Depending on your situation, pick one of the following 3 approaches:
-
-1. If you already have a copy of the Wikibase DataModel code, change into its 
root
-directory and type "composer install". This will install all dependencies of 
Wikibase DataModel.
-
-2. If you want to get Wikibase DataModel and all of its dependencies, use
-"composer create-package wikibase/data-model".
-
-3. If you have a component (ie a MediaWiki extension) into which you want to 
install
-Wikibase DataModel, then add the "wikibase/data-model" package in the 
"require" section
-of the composer.json of your component and run "composer install".
-
-For more information on using Composer, see [using 
composer](http://getcomposer.org/doc/01-basic-usage.md).
-
-The entry point of Wikibase DataModel is WikibaseDataModel.php. Including this 
file
-takes care of autoloading and defining the version constant of this component.
-
-Installation without composer
------------------------------
-
-If you install without composer, simply include the entry point file. You are 
then
-responsible for loading all dependencies of this component before including the
-entry point, and can do this in whatever way you see fit.
-
-Usage as MediaWiki extension
------------------------------
-
-Though Wikibase DataModel is a PHP library that has no knowledge of MediaWiki,
-its entry point contains some code that will register it with MediaWiki as 
extension
-in case MediaWiki is loaded. This allows one to see the version of Wikibase 
DataModel
-when it is used by an actual MediaWiki extension.
-
-You can install either with Composer or without.
-Installation is not affected by MediaWiki usage.
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/80194
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifcd2e15faa90116dd1dbabd698de237aa1aa1ea7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseDataModel
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <jeroended...@gmail.com>
Gerrit-Reviewer: Tobias Gritschacher <tobias.gritschac...@wikimedia.de>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to