LisAndi Business Development and Training Center

Business Development & Training Center

Download and Install TYPO3 Version 1 (putty)

  1. Start Putty for your domain
    1. Move to the folder where you want to install TYPO3
  2. Open Browser
  3. Go to: http://typo3.org/download/packages/
    we will need to packages to install it on a Linux Server
    1. Choose: Dummy tar.gz
      1. Close: the Download Popup
      2. Check the Site for:

        Thank you for downloading TYPO3 Content Management Framework. 
        Your download should begin shortly. If you are experiencing problems with the download please use this direct link.

        1. Click on "this direct link" with right Mouse Buttom and COPY Link Location
      3. Go to putty.exe
        1. Type: "wget" and then click right mouse buttom)

          wget http://jaist.dl.sourceforge.net/sourceforge/typo3/dummy-4.2.6.tar.gz
          (please change the Version to the highest available stable Version)
           
        2. Press: Enter
          The Package gets downloaded
    2. Choose: Source tar.gz
      1. Close: the Download Popup
      2. Check the Site for:

        Thank you for downloading TYPO3 Content Management Framework. 
        Your download should begin shortly. If you are experiencing problems with the download please use this direct link.

        1. Click on "this direct link" with right Mouse Buttom and COPY Link Location
      3. Go to putty.exe
        1. Type: "wget" and then click right mouse buttom)

          wget http://jaist.dl.sourceforge.net/sourceforge/typo3/typo3_src-4.2.6.tar.gz
          (please change the Version to the highest available stable Version)
           
        2. Press: Enter
          The Package gets downloaded
    3. Unpacking TYPO3

      tar zxvf typo3_src-4.2.6.tar.gz
      tar zxvf typo3_dummy-4.2.6.tar.gz
       
    4. Change Owner to www-data (Debian Owner: Apache Web Server)

      chown www-data:www-data * -R
       
    5. Go to Dummy - typo3conf folder and enable Install Tool

      cd dummy-4.2.6/typo3conf
      touch ENABLE_INSTALL_TOOL

 

 

Install the WEC-Starter Package

Go to the Shell
Download the package

#!/bin/sh
While true; do
echo "This script downloads and installs WEC-T3Pack."
Echo -n "Are you sure to install it in this directory and set the right permissions (Y/N)?"
read yn
case $yn in
y* | Y* )
wget webempoweredchurch.org/fileadmin/proj/wec_starter/src/wec_starter-4_2_6-1_0_0.tar.gz;
wget svn.webempoweredchurch.org/repositories/entry/wec_servercheck/trunk/wec_servercheck.php;
tar xzvf wec_starter-4_2_6-1_0_0.tar.gz;
del typo3_src;
rm -r typo3_src-4.2.6
ln -s ../../100/y-sys/typo3_src typo3_src;
ln -s ../../../100/y-file/fileadmin/_system fileadmin/_system;
mv fileadmin/templates/* fileadmin/tv-templates;
rmdir fileadmin/templates;
mv fileadmin/tv-templates fileadmin/templates;
ln -s ../../../100/y-file/fileadmin/tv-templates fileadmin/tv-templates;
rm -r typo3conf l10n
ln -s ../../../100/y-file/typo3conf/l10n typo3conf/l10n
touch typo3conf/ENABLE_INSTALL_TOOL
del wec_starter-4_2_6-1_0_0.tar.gz;
chmod -R 777 typo3conf;
chmod -R 777 typo3temp;
chmod -R 777 uploads;
chmod -R 777 fileadmin;
break ;;
n* | N* ) exit ;;
esac
done

 

 

Download and Install TYPO3 Version 2 (webmin)

Phuket/Thailand - Hongkong/China - Ulm/Germany - San Diego/USA - Lima/Peru