Skip to content

Commit

Permalink
update to 10.4 lts
Browse files Browse the repository at this point in the history
adjust site setup to "none"
  • Loading branch information
Jan Runte committed Apr 23, 2020
1 parent 7a7adcd commit e2f25c8
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ TYPO3_INSTALL_DB_UNIX_SOCKET=""
TYPO3_INSTALL_DB_DBNAME="sitecore"
TYPO3_INSTALL_ADMIN_USER="admin"
TYPO3_INSTALL_ADMIN_PASSWORD="Secret!234"
TYPO3_INSTALL_SITE_SETUP_TYPE="site"
TYPO3_INSTALL_SITE_SETUP_TYPE="none"
TYPO3_INSTALL_SITE_NAME="hmmh Kickstarter"
TYPO3_INSTALL_WEB_SERVER_CONFIG="none"
64 changes: 32 additions & 32 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,38 +22,38 @@
"ext-sqlite3": "*",
"helhum/dotenv-connector": "^2.3",
"php": "^7.2",
"typo3/cms-about": "^10.3",
"typo3/cms-adminpanel": "^10.3",
"typo3/cms-belog": "^10.3",
"typo3/cms-beuser": "^10.3",
"typo3/cms-cshmanual": "^10.3",
"typo3/cms-context-help": "^10.3",
"typo3/cms-core": "^10.3",
"typo3/cms-dashboard": "^10.3",
"typo3/cms-felogin": "^10.3",
"typo3/cms-filelist": "^10.3",
"typo3/cms-filemetadata": "^10.3",
"typo3/cms-fluid-styled-content": "^10.3",
"typo3/cms-form": "^10.3",
"typo3/cms-impexp": "^10.3",
"typo3/cms-info": "^10.3",
"typo3/cms-info-pagetsconfig": "^10.3",
"typo3/cms-lang": "^10.3",
"typo3/cms-linkvalidator": "^10.3",
"typo3/cms-lowlevel": "^10.3",
"typo3/cms-opendocs": "^10.3",
"typo3/cms-recycler": "^10.3",
"typo3/cms-redirects": "^10.3",
"typo3/cms-reports": "^10.3",
"typo3/cms-seo": "^10.3",
"typo3/cms-sys-note": "^10.3",
"typo3/cms-t3editor": "^10.3",
"typo3/cms-tstemplate": "^10.3",
"typo3/cms-version": "^10.3",
"typo3/cms-viewpage": "^10.3",
"typo3/cms-wizard-sortpages": "^10.3",
"typo3/cms-wizard-crpages": "^10.3",
"typo3/cms-workspaces": "^10.3"
"typo3/cms-about": "^10.4",
"typo3/cms-adminpanel": "^10.4",
"typo3/cms-belog": "^10.4",
"typo3/cms-beuser": "^10.4",
"typo3/cms-cshmanual": "^10.4",
"typo3/cms-context-help": "^10.4",
"typo3/cms-core": "^10.4",
"typo3/cms-dashboard": "^10.4",
"typo3/cms-felogin": "^10.4",
"typo3/cms-filelist": "^10.4",
"typo3/cms-filemetadata": "^10.4",
"typo3/cms-fluid-styled-content": "^10.4",
"typo3/cms-form": "^10.4",
"typo3/cms-impexp": "^10.4",
"typo3/cms-info": "^10.4",
"typo3/cms-info-pagetsconfig": "^10.4",
"typo3/cms-lang": "^10.4",
"typo3/cms-linkvalidator": "^10.4",
"typo3/cms-lowlevel": "^10.4",
"typo3/cms-opendocs": "^10.4",
"typo3/cms-recycler": "^10.4",
"typo3/cms-redirects": "^10.4",
"typo3/cms-reports": "^10.4",
"typo3/cms-seo": "^10.4",
"typo3/cms-sys-note": "^10.4",
"typo3/cms-t3editor": "^10.4",
"typo3/cms-tstemplate": "^10.4",
"typo3/cms-version": "^10.4",
"typo3/cms-viewpage": "^10.4",
"typo3/cms-wizard-sortpages": "^10.4",
"typo3/cms-wizard-crpages": "^10.4",
"typo3/cms-workspaces": "^10.4"
},
"require-dev": {
"typo3/cms-setup": "^10.3",
Expand Down
4 changes: 1 addition & 3 deletions private/config/sites/main/config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
base: 'http://127.0.0.1:8080/'
baseVariants: { }
errorHandling: { }
languages:
-
title: English
enabled: true
languageId: 0
base: /en/
base: /
typo3Language: default
locale: en_US.UTF-8
iso-639-1: en
Expand All @@ -16,4 +15,3 @@ languages:
flag: us
rootPageId: 1
routes: { }
websiteTitle: ''

0 comments on commit e2f25c8

Please sign in to comment.