[FLOW3-general] Linux / OS X Install Script

Markus Bucher markusbucher at gmx.de
Fri Mar 9 16:11:10 CET 2012


Hi there,

I created an installation script that puts together the required
commands to install FLOW3. It was originally created for Phoenix but is
now done for FLOW3.

You can find it at the moment on github as ther is no repo yet inside
typo3.org.

https://github.com/markusbucher/installFlow3.sh

This installer grabs the latest Sources of TYPO3v5 from GIT and installs
it into the specified directory.

It optionally registers the neccessary hooks for committing to gerrit.

It checks the neccessary requirements.

It is a bash-script and should be functional on UNIX, Linux and
partially with git-bash under Windows.

Requirements:
- An empty database (MySQL) (--dbname, --dbhost)
- A MySQL-user with write-permissions to the database (--dbuser, --dbpass)
- A not existing or empty directory, customizable with the --subfolder
switch
- For executing the setpermissions.sh script sudo may be required

Optional:
- An username for Gerrit with existing and registered public/private key
pair (--gituser switch)

Attention: As this is a shell script please be aware of the risks of
shell scripts.

I just recently migrated it from old phoenix with Phoenix.DemoTypo3Org
Package to plain FLOW3, so there may be bugs that I would like you to
post issues here:

http://forge.typo3.org/projects/package-flow3installer

I hope this script is useful :-)

Ciao,
Markus


More information about the FLOW3-general mailing list