{"id":1067,"date":"2016-02-15T16:57:32","date_gmt":"2016-02-15T16:57:32","guid":{"rendered":"https:\/\/www.taywa.ch\/blog\/?p=1067"},"modified":"2016-02-23T16:48:54","modified_gmt":"2016-02-23T16:48:54","slug":"typo3-source-aus-git-statt-als-zip-oder-tar-gz-installieren-und-updaten","status":"publish","type":"post","link":"https:\/\/www.taywa.ch\/blog\/typo3\/typo3-source-aus-git-statt-als-zip-oder-tar-gz-installieren-und-updaten\/","title":{"rendered":"TYPO3 Source aus git, statt als zip oder tar.gz installieren und updaten"},"content":{"rendered":"<p>clone git :<\/p>\n<pre class=\"toolbar:2 lang:default decode:true \">git clone https:\/\/git.typo3.org\/Packages\/TYPO3.CMS.git TYPO3.CMS.git\r\n# fetch all tags\r\ngit fetch --tags\r\n# see all tags\r\ngit tag --list\r\n#checkout tag\r\ngit checkout tags\/6.2.17<\/pre>\n<p>updating to a new Version<\/p>\n<pre class=\"toolbar:2 lang:default decode:true\"># fetch new tags\r\ngit fetch --tags \r\ngit tag --list\r\ngit checkout tags\/6.2.xx\r\n<\/pre>\n<p>gucke ob die Version wirklich die richtige ist:<\/p>\n<pre class=\"toolbar:2 lang:default decode:true\">head ChangeLog\r\n<\/pre>\n<p><strong>Nachtrag f\u00fcr Typo3 version 7 LTS:<\/strong><br \/>\nin der v 7 sind die externen pakete nicht mehr im git dabei. um sie zu installieren\/herunterzuladen gibt&#8217;s composer.<br \/>\n<em>mit composer die abh\u00e4ngigkeiten installieren, bzw zuerst composer selber updaten:<\/em><\/p>\n<pre class=\"toolbar:2 lang:default decode:true\">\/usr\/local\/bin\/composer self-update\r\ncomposer install\r\n<\/pre>\n<p>F\u00fcr TYPO3 6.2:<\/p>\n<p>Verlinkung auf unsererm Server, so dass man sieht, welche version:<\/p>\n<pre class=\"toolbar:2 lang:default decode:true\">ln -s TYPO3.CMS.git\/ typo3_src-6.2.x\r\n#rm typo3_src-6.2.latest &amp;&amp; ln -s typo3_src-6.2.x typo3_src-6.2.latest\r\nln -sfT typo3_src-6.2.x typo3_src-6.2.latest\r\n<\/pre>\n<p>F\u00fcr TYPO3 7 LTS:<\/p>\n<pre class=\"toolbar:2 lang:default decode:true \">ln -s TYPO3.CMS.git\/ typo3_src-7.6.x\r\n#rm typo3_src-6.2.latest &amp;&amp; ln -s typo3_src-6.2.x typo3_src-6.2.latest\r\nln -sfT typo3_src-7.6.x typo3_src-7.6.latest\r\n<\/pre>\n<p>Das ganze als Script:<br \/>\n<script src=\"https:\/\/gist.github.com\/fabtho\/2a1370a6ad12750450bc.js\"><\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>clone git : git clone https:\/\/git.typo3.org\/Packages\/TYPO3.CMS.git TYPO3.CMS.git # fetch all tags git fetch &#8211;tags # see all tags git tag &#8211;list #checkout tag git checkout tags\/6.2.17 updating to a new Version # fetch new tags git fetch &#8211;tags git tag &#8211;list git checkout tags\/6.2.xx gucke ob die Version wirklich die richtige ist: head ChangeLog Nachtrag<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,136,171,11],"tags":[],"class_list":["post-1067","post","type-post","status-publish","format-standard","hentry","category-typo3","category-typo3-6","category-typo3-7-lts","category-typo3_setup"],"_links":{"self":[{"href":"https:\/\/www.taywa.ch\/blog\/wp-json\/wp\/v2\/posts\/1067","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.taywa.ch\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.taywa.ch\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.taywa.ch\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.taywa.ch\/blog\/wp-json\/wp\/v2\/comments?post=1067"}],"version-history":[{"count":9,"href":"https:\/\/www.taywa.ch\/blog\/wp-json\/wp\/v2\/posts\/1067\/revisions"}],"predecessor-version":[{"id":1083,"href":"https:\/\/www.taywa.ch\/blog\/wp-json\/wp\/v2\/posts\/1067\/revisions\/1083"}],"wp:attachment":[{"href":"https:\/\/www.taywa.ch\/blog\/wp-json\/wp\/v2\/media?parent=1067"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.taywa.ch\/blog\/wp-json\/wp\/v2\/categories?post=1067"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.taywa.ch\/blog\/wp-json\/wp\/v2\/tags?post=1067"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}