This is the base to start of new project. If you like local development and docker, so you can use ddev with this distribution. Only a little manuel step are need to start with the new project.
- Create an repository (e.g. on github, bitbucket, gitlab or what you like)
- You need ssh access to the repository
git clone git@github.com:chriwo/TYPO3-Distribution.git <project-name>
- Set an project name in
/.ddev/config.yaml
on line 2. This name would be part of your local development URI - Open your console (shell) and got to your project folder
- Type
ddev start
to start ddev
- Username:
admin
- Password:
password
- Install-Tool:
joh316
- start local development with
ddev start
- stop local development with
ddev stop
- destory docker container with
ddev remove -R
(This command will destroy both the containers and the imported database contents.) - for more information about ddev cli have a look into Ddev - Using CLI
typo3reverse is a project to get all data (database and files) from a remote server. If you have an existing project
setup the config-file under /.reverse/
. And if you need an sync of database and file an ddev start, uncomment the line
30 in /build/initialize/project_ddev_initialize.sh
. Now you could start you project with ddev start
and typo3reverse
get all data from remote server.
How? There are multiple ways to support the further development
- Patreon: Support me on patreon.com.
- Amazon Wishlist: Satisfy a wish of my Amazon wishlist.