SemanticMediaWiki / SemanticCite

Allows to manage citation resources using semantic annotations
https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Cite
Other
24 stars 13 forks source link

Install without composer? #49

Closed m-art-in closed 7 years ago

m-art-in commented 7 years ago

Setup and configuration

Howto install without composer / shell access

I tried to install the extension without shell access. Download from git, datatransfern on my server via sftp and added the line require_once("$IP/extensions/SemanticCite/SemanticCite.php"); to my LocalSettings.php but this doesn't work. Any suggestions?

Thanks!

kghbln commented 7 years ago

This should probably say: The only way to install is using Composer.

You can do the installation on a machine allowing to use Composer and then move over the files to your environment.

m-art-in commented 7 years ago

You can do the installation on a machine allowing to use Composer and then move over the files to your environment.

This is a good idea!, thanks @kghbln

kghbln commented 7 years ago

No worries. I do it like this from time to time too.