Code Monkey home page Code Monkey logo

typo3scripts's Introduction

TYPO3 helper scripts.

Some helper scripts for adding/upgrading TYPO3 source files.

If you have project files in a directory and only need the CMS source files to be added, use the addT3src.sh script. You can add all required TYPO3 source files and symlinks by using the script and adding the desired TYPO3 version as parameter:

wget --no-check-certificate https://raw.githubusercontent.com/mgrundkoetter/typo3scripts/master/addT3src.sh
chmod +x ./addT3src.sh
./addT3src.sh 8.7.17

If you already have a running TYPO3 version and just want to upgrade the CMS source files to a newer version, use the updateT3src.sh script. It will reset the symlinks to the new version which you can also set via parameter:

wget --no-check-certificate https://raw.githubusercontent.com/mgrundkoetter/typo3scripts/master/updateT3src.sh
chmod +x ./updateT3src.sh
./updateT3src.sh 8.7.17

Keep in mind, that any required further steps will have to be done manually! A good start is to call the install tool afterwards, run the upgrade wizard and maybe also a database compare to be sure everything will work again.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.