Befehl zum Umstellen auf neue Typo3 Version


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /*** Ins public_html Verzeichnis gehen ***/
  2. cd /home/###ACCOUNT###/public_html/
  3.  
  4. /*** neue Version laden ***/
  5. wget http://prdownloads.sourceforge.net/typo
  6. /typo3_src-###VERSION###.tar.gz?download
  7.  
  8. /*** entpacken ***/
  9. tar xzf typo3_src-###VERSION###.tar.gz
  10.  
  11. /*** Alter Link removen ***/
  12. rm typo3_src
  13.  
  14. /*** neuer Link erstellen ***/
  15. ln -s typo3_src-###VERSION### typo3_src
  16.  
  17. /*** prüfen ob struktur korrekt ***/
  18. ls -la

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.