Skip to content

Commit

Permalink
[Composer] Update create-project welcome text (ezsystems#2374)
Browse files Browse the repository at this point in the history
* [Composer] Update create-project welcome text

* Update ScriptHandler.php
  • Loading branch information
andrerom committed Jul 2, 2018
1 parent a9de311 commit 0de97ff
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions eZ/Bundle/EzPublishCoreBundle/Composer/ScriptHandler.php
Expand Up @@ -118,20 +118,19 @@ public static function installWelcomeText(Event $event)
<fg=cyan>Welcome to eZ Platform!</fg=cyan>
<options=bold>Quick Install:</>
<options=bold>Quick test install:</>
<comment> $ export SYMFONY_ENV="dev"</comment>
<comment> $ php ${consoleDir}/console ezplatform:install <type></comment>
<comment> $ composer ezplatform-install</comment>
<comment> $ php ${consoleDir}/console server:run</comment>
Note:
- "ezplatform:install" has different installer <type>s depending on your install, run command with <comment>--help</comment> to see your options.
- Instructions above assume the CLI user you execute these commands with is the same one that extracted/installed the software,
otherwise see install instructions for directory permissions.
- "composer ezplatform-install" is an alias for command <comment>php ${consoleDir}/console ezplatform:install <type></comment>
- Instructions above assume the CLI user you execute these commands with is the same one that extracted/installed the software.
- The last command will give you the url to the frontend of the installation, add "/admin" to reach backend.
For full install instructions, including setting up full web server & directory permissions, see install instructions in <fg=green>INSTALL.md</>
or <fg=green>README.md</>.
For full install instructions, including setting up full web server & directory permissions, see:
https://doc.ezplatform.com/en/latest/getting_started/install_using_composer/
EOT
);
Expand Down

0 comments on commit 0de97ff

Please sign in to comment.