Creating new content (tables) through other tables

From semantic-mediawiki.org

before I can can even start testing:

maybe I am just too stupid for the basic installation of semantic mediawiki ...

do I need to install composer on my server where the wiki is located or on my local machine?

Maybe I should use the tarball method :D

21:32, 15 September 2015

The recommended way to install SMW is with composer, yes. The second best (I hope it is still working) is with git, although it will not take care of the dependencies. Downloading tarball will make upgrading difficult.

22:37, 15 September 2015

Composer is the recommended installation method (this is to ensure that dependencies as specified are loaded and not added by random selection or version).

I would not recommend git unless you are a developer or know what you are doing (if we change dependencies then this will have to be taken care of by the user him(her)self, and we do change dependencies).

Tarball is another option but if a new release occurred then you need to replace files in the extension and vendor directory to update all dependencies deployed by the new tarball.

22:51, 15 September 2015
 

> do I need to install composer on my server where the wiki is located or on my local machine?

Please have look at Help:Composer#Individual_file_release.

22:54, 15 September 2015