[TYPO3-ect] Re: Re: Re: Announcing ext version 1.0.0
Elmar
t3elmar at googlemail.com
Mon Mar 18 21:12:16 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
I prepared an alternative installation path without git.
https://github.com/t3elmar/Ext
It works with wget and tar that should be available on hosted servers.
wget https://github.com/t3elmar/Cool/tarball/master -O cool.tgz
tar xzf cool.tgz
mv t3elmar-* Cool
rm cool.tgz
cd Cool/Modules/
wget https://github.com/etobi/Typo3ExtensionUtils/tarball/master -O t3eu.tgz
tar xzf t3eu.tgz
mv etobi-* Typo3ExtensionUtils
rm t3eu.tgz
wget https://github.com/t3elmar/Ext/tarball/master -O ext.tgz
tar xzf ext.tgz
mv t3elmar-* Ext
rm ext.tgz
cd Ext/bin
chmod +x ext
/ext install
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list