Difference between revisions of "Typo3"

From SME Server
Jump to navigationJump to search
m
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Languages|Typo3}}
 
{{Languages|Typo3}}
{{Overview}}
+
{{Needs review}}
__NOTOC__
+
 
 
=Typo3 4.1.1 for SME 7.x=
 
=Typo3 4.1.1 for SME 7.x=
  
Line 9: Line 9:
  
 
==Description==
 
==Description==
With this RPM you can use the popular Enterprise Content-Management-System (CMS) Typo3 on your SME 7.x. You can install it as one single package in a very comforable way. For more information see ''http://www.typo3.org/''.
+
With this RPM you can use the popular Enterprise Content-Management-System (CMS) Typo3 on your SME 7.x. You can install it as one single package in a very comfortable way. For more information see ''http://www.typo3.org/''.
  
 
==Download==
 
==Download==
You can download this package at ''[http://sudemo.info/sme/sme7/webapp/typo3/smeserver-typo3-4.1.1-1.noarch.rpm smeserver-typo3]'' . If you would like to save it directly on your SME Server, you should give this command at a linux-prompt
+
You can download this package at ''[http://mirror.contribs.org/smeserver/releases/7/smecontribs/i386/RPMS/smeserver-typo3-4.1.1-2.el4.sme.noarch.rpm smeserver-typo3]'' . If you would like to save it directly on your SME Server, you should give this command at a linux-prompt
  wget http://sudemo.info/sme/sme7/webapp/typo3/smeserver-typo3-4.1.1-1.noarch.rpm
+
  wget http://mirror.contribs.org/smeserver/releases/7/smecontribs/i386/RPMS/smeserver-typo3-4.1.1-2.el4.sme.noarch.rpm
  
 
==Installation and Uninstall==
 
==Installation and Uninstall==
 
For installation just hit the following command
 
For installation just hit the following command
  yum localinstall smeserver-typo3-4.1.1-1.noarch.rpm
+
  yum --enablerepo=smecontribs install smeserver-typo3
 +
 
 +
{{warning box| the uninstalling will remove all your mysql databases and your html directory (/opt/typo3) without backups, you have to do them manually before.}}
 +
 
 
For uninstall just hit the following command
 
For uninstall just hit the following command
 
  yum remove smeserver-typo3
 
  yum remove smeserver-typo3
Line 23: Line 26:
  
 
==Use==
 
==Use==
For using Typo3 start your browser with the URL ''http://servername/typo3/typo3'' and logon with the user ''admin'' + password ''admin'' as administrator at the editor backend. You can see created websites from the URL ''http://servername/typo3''.
+
You can find typo3 in the ''/opt/typo3'' directory. For using Typo3 start your browser with the URL ''http://servername/typo3/typo3'' and logon with the user ''admin'' + password ''password'' as administrator at the editor backend. You can see created websites from the URL ''http://servername/typo3''.
 
 
{{drawBoxWarning|content=For security-reasons, change your admin-password after your first login !}}
 
 
 
Have much fun with Typo3 as your preferred CMS !
 
 
 
''Dietmar Berteld (berdie)''
 
 
 
  
 +
{{Warning box|For security-reasons, change your admin-password after your first login !}}
 
----
 
----
 
[[Category: Contrib]]
 
[[Category: Contrib]]
 
[[Category: CMS]]
 
[[Category: CMS]]
 +
[[Category: Webapps]]

Revision as of 22:28, 27 May 2013


Edit-find-replace.png Not reviewed:
This howto or contrib has not been reviewed and might contain code that could harm your installation. For more information on the review process have a look at the Development Review page.


Typo3 4.1.1 for SME 7.x

Maintainer

Dietmar Berteld
mailto:dietmar@berteld.com

Description

With this RPM you can use the popular Enterprise Content-Management-System (CMS) Typo3 on your SME 7.x. You can install it as one single package in a very comfortable way. For more information see http://www.typo3.org/.

Download

You can download this package at smeserver-typo3 . If you would like to save it directly on your SME Server, you should give this command at a linux-prompt

wget http://mirror.contribs.org/smeserver/releases/7/smecontribs/i386/RPMS/smeserver-typo3-4.1.1-2.el4.sme.noarch.rpm

Installation and Uninstall

For installation just hit the following command

yum --enablerepo=smecontribs install smeserver-typo3


Warning.png Warning:
the uninstalling will remove all your mysql databases and your html directory (/opt/typo3) without backups, you have to do them manually before.


For uninstall just hit the following command

yum remove smeserver-typo3

You can ignore the yum-comments signal event post-upgrade and signal-event reboot.

Use

You can find typo3 in the /opt/typo3 directory. For using Typo3 start your browser with the URL http://servername/typo3/typo3 and logon with the user admin + password password as administrator at the editor backend. You can see created websites from the URL http://servername/typo3.


Warning.png Warning:
For security-reasons, change your admin-password after your first login !