man typo3-site-installer (Commandes) - typo3-site-installer, an installer for fresh TYPO3 sites

NAME

typo3-site-installer, an installer for fresh TYPO3 sites

SYNTAX

typo3-site-installer [OPTION]... -d, --destination=<dir>

DESCRIPTION

This small script will create an initial TYPO3 site for you. Optionally it can fix the permissions on an already existing site.

When used only with the mandatory -d, --destination=<dir> flag, this script creates the given dir and the necessary files and symlinks inside it just below your actual directory. The permissions are set up correctly (so an additional -f is not necessary). dir must not exist in your current working directory.

OPTIONS

-f, --fix-permissions
Fixes the permissions for an already existing Typo3 site inside the given dir.

Note that this option requires root privileges.
-a, --always-latest
If set, the symlink typo3_src will point to /var/lib/typo3/latest which is a symbolic link to the most recent TYPO3 version.

If -a is not specified, the script lookup and use the target of the above symlink.
-g, --group=<group>
If a group is specified, the script will change the group ownership of the site directory to group.

Note that this option requires root privileges.

EXAMPLES

The simplest way to create a new site is to create it below /var/www. This way you simply can access it via http://localhost/newsite/ (you must be root to do this).

cd /var/www

typo3-site-installer -d newsite

If you don't have access to /var/www you can create the site in your $HOME/public_html directory.

AUTHORS

Edelhard Becker <edelhard@debian.org>

Michael Stucki <mundaun@gmx.ch>