[Neos] DB Reset
Christian Glass
mail at christianglass.de
Wed Feb 19 17:36:08 CET 2014
Am 19.02.2014 15:33, schrieb Carsten Bleicker:
> as far as i know, there isnt such a function.
> but you could get a clean one maybe like this:
>
> 1. delete or rename the old db
> 1. CREATE DATABASE {take_a_look_in_your_settings.yaml} CHARACTER SET
> utf8 DEFAULT COLLATE utf8_unicode_ci;
> 2. flow doctrine:migrate
> 3. flow user:create username passwort firstname lastname
> 4. flow user:addrole username TYPO3.Neos:Administrator
> 5. flow site:import TYPO3.NeosDemoTypo3Org
>
> hope it helps
Yes it did! :)
THX!
More information about the Neos
mailing list