[TYPO3-v4] Status about dummy frontend once 1-2-3 installer is finished?

Fabien Udriot fudriot at omic.ch
Tue May 18 17:54:04 CEST 2010


Thanks for the hint.

I sweat at installing the extension... I didn't find any instructions about installation. I guess it 
is still a todo. (or I may be blind.)

Anyway, now I have a working dummy website.

Here my steps:

1. unpack a fresh dummy
2. edit the still blank typo3conf/localconf.php
3. add extension "introduction" at the end of $TYPO3_CONF_VARS['EXT']['extList']
4. install TYPO3 as usually. (Notice the step 4)
5. import into database a dump found 
http://forge.typo3.org/repositories/changes/extension-introduction/trunk/translations/en/introduction.sql
6. Create a default admin user (the previous dump has dropped be_users)

INSERT INTO `be_users` (`uid`,`pid`,`tstamp`,`username`,`password`,`admin`)
VALUES
	(1, 0, 1249112126, 'admin', '5f4dcc3b5aa765d61d8327deb882cf99', 1);

7. Open the backend in list mode and change HOSTNAME_AND_PATH in record "Typoscript Templates" > "ROOT"
8. Clear the cache, juste in case.

Enjoy! The first glance at the FE is really good :)

But, I guess it will be easier to install in the future...

Best regards,

Fabien

On 5/18/10 3:05 PM, François Suter wrote:
> Hi,
>
>> At the t3uxw, it was some nice improvement about a dummy Frontend once
>> one have finished the 1-2-3 installer. (instead of the "No pages are
>> found on the rootlevel!")
>>
>> I am wondering about the status? I couldn't spot any RFC in the core ML.
>
> It is being developed as an extension and is quite active. See:
>
> http://forge.typo3.org/projects/extension-introduction/issues
>
> Cheers
>


More information about the TYPO3-project-v4 mailing list