[FLOW3-general] Getting started with Typo3 Phoenix
Dmitri Pisarev
dimaip at gmail.com
Sat Jun 4 09:19:09 CEST 2011
Wow, Christian, you are awesome! Thanks a lot for your help, that
worked. I will continue to work my way towards my first typo3v5 website.
Do you think it would be useful if I write a "how-to", describing all of
the steps needed to create a simple phoenix website? Or is there already
such a tutorial?
Dmitri.
On 03.06.2011 19:16, "Christian Müller (Kitsunet)" wrote:
> Hi Dmitri,
>
> there is just one small error, you have to import the xml file that
> actually contains the sites data. For PhoenixDemoTypo3Org this would be:
>
> ./flow3_dev typo3:site:import <
> Packages/Sites/PhoenixDemoTypo3Org/Resources/Private/Content/Sites.xml
>
> Hope that gets you up and running.
>
> Christian
>
> On 03.06.2011 16:04, Dmitri Pisarev wrote:
>> 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