Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Installation via composer #5414

Merged

Conversation

CoderMaggie
Copy link
Member

Q A
Doc fix? yes
New docs? no
BC breaks? no
Related tickets partially #5275
License MIT

@pjedrzejewski pjedrzejewski added the Documentation Documentation related issues and PRs - requests, fixes, proposals. label Jul 4, 2016
.. code-block:: bash

$ cd sylius # Move to the newly created directory
$ php app/console sylius:install
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need also a gulp call to see the shop. We should add a note that the following lines are require to present basic shop:

$ npm install
$ npm run gulp

BTW should we think about adding it to sylius:install command?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for adding these commands, but not sure about including them in sylius:install - we will see. For now let's keep them separate.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe npm install could be run on composer post-install?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem here is that if someone does not have npm installed, it will break the script.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added below :)

@CoderMaggie CoderMaggie force-pushed the docs/installation-via-composer branch from 7d97a83 to c0f580f Compare July 12, 2016 11:22
@pjedrzejewski pjedrzejewski merged commit 7fdfdfa into Sylius:master Jul 12, 2016
@pjedrzejewski
Copy link
Member

Thanks Magda!

@CoderMaggie CoderMaggie deleted the docs/installation-via-composer branch October 4, 2016 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Documentation related issues and PRs - requests, fixes, proposals.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants