[TYPO3-ect] Re: Re: Re: Announcing ext version 1.0.0

Elmar t3elmar at googlemail.com
Mon Mar 18 19:10:10 CET 2013


Quote: Kay Strobach wrote on Mon, 18 March 2013 18:53
----------------------------------------------------
> Hello Elmar,
> 
> i had some trouble using the phar archived version on Virtual Server
> Managed @ Hosteurope.
> Extracting the phar into plain php code files, did the trick.
> Thanks
> Kay

Hallo Kay,

If you follow the given installation instructions to install with git, 
you don't touch the phar code at all. 

Ext uses the Typo3ExtensionUtils from Tobias Liebig as suggested.

It calls the library API directly and doesn't make use of the phar file.
The phar is just a standalone executable.

  git clone https://github.com/t3elmar/Cool.git
  cd Cool/Modules
=>>>>  git clone https://github.com/etobi/Typo3ExtensionUtils.git
  git clone https://github.com/t3elmar/Ext.git
  cd Ext/bin
  chmod +x ext
  ./ext install 

Hoever I see your problem, that you run it inside a hosted virtual server,
where there is probably no git installed at all.

I have developed it on my local Mac, that drives virtual hosts with vagrant.
The trick with vagrant is, that the data directories are located on the host and
only mounted into the virtual machines. So I never tried to install it into a virtual
machine. 

Seems I have to consider your setup and to improve the installation strategy.

Regards

Elmar



More information about the TYPO3-team-extension-coordination mailing list