TYPO3/TYPO3.CMS.BaseDistribution

Name: TYPO3.CMS.BaseDistribution

Owner: TYPO3 GitHub Department

Description: Main composer distribution when using composer create project

Created: 2017-04-11 06:25:29.0

Updated: 2018-05-11 13:24:36.0

Pushed: 2018-05-11 13:24:35.0

Homepage: null

Size: 34

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

TYPO3 CMS Base Distribution

Get going quickly with TYPO3 CMS.

Prerequisites
Quickstart

Setup:

To start an interactive installation, you can do so by executing the following command and then follow the wizard:

vendor/bin/typo3cms install:setup

Setup unattended (optional):

If you're a more advanced user, you might want to leverage the unattended installation. To do this, you need to execute the following command and substite the arguments with your own environment configuration.

vendor/bin/typo3cms install:setup \
--non-interactive \
--database-user-name=typo3 \
--database-user-password=typo3 \
--database-host-name=127.0.0.1 \
--database-port=3306 \
--database-name=typo3 \
--use-existing-database \
--admin-user-name=admin \
--admin-password=password \
--site-setup-type=site

Development server:

While it's advised to use a more sophisticated web server such as Apache 2 or nginx, you can instantly run the project by using PHPs` built-in web server.

Please be aware that the built-in web server is single threaded. Which is ultimately a performance killer and may result in deadlocks if you execute too many requests at once.

License

GPL-2.0 or later


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.