[FLOW3-general] Getting started with Typo3 Phoenix

Dmitri Pisarev dimaip at gmail.com
Fri Jun 3 16:04:36 CEST 2011


Hello dear community!
I'm attempting my first steps at creating my first simple web site with 
Typo3 Phoenix.
First I shall describe where I have gone so far, in case anyone else 
will need it.

1) I have cloned TYPO3V5 from git:
	git clone git://git.typo3.org/TYPO3v5/Distributions/Base.git
	cd Base
	git submodule init
	git submodule update
2) Then I'd set file permissions according to my server settings.
3) Pointer my web server to Web folder.
4) Set the development context in Web/.htaccess, by uncommenting the 
appropriate line.
5) Imported the 
Packages/Framework/FLOW3/Resources/Private/Persistence/SQL/DDL.sql. I 
had change the quotes, and the index would not be created, saying it is 
too long.
6) Renamed and changed the Configuration/Settings.yaml

All went fine, the tables were successfully created, and I got 'Page Not 
Found' when browsing my web site.

****No the question part: how do I import the PhoenixDemoTypo3Org site? 
I have run from the shell:
./flow3_dev typo3:site:import < 
Packages/Sites/PhoenixDemoTypo3Org/Meta/Package.xml
Import finished.
But I still see the 'page not found'.

What are my next steps?
Really looking forward to your support!

Regards,
Dmitri.


More information about the FLOW3-general mailing list