[Documentation][Cookbook] Cloudways deployment guide#8823
Merged
Conversation
40b790c to
61f871c
Compare
pamil
suggested changes
Oct 12, 2017
| How to deploy Sylius to Cloudways PHP Hosting? | ||
| ============================================== | ||
|
|
||
| Cloudways is a managed hosting platform for custom PHP apps and PHP frameworks such as Symfony, Laravel, Codeigniter, Yii |
Contributor
There was a problem hiding this comment.
Missing comma at the end of line
| Cloudways is a managed hosting platform for custom PHP apps and PHP frameworks such as Symfony, Laravel, Codeigniter, Yii | ||
| CakePHP etc. You can launch the servers on any of the five providers including DigitalOcean, Vultr, AWS, GCE and KYUP containers. | ||
|
|
||
| The deployment process of Sylius on Cloudways is pretty much straight forward and easy. |
Contributor
There was a problem hiding this comment.
"straight forward" -> "straightforward" IIRC :)
|
|
||
| Now let’s start the process of installing Sylius on Cloudways. | ||
|
|
||
| 2. Install Sylius v1.0.0 via SSH |
Contributor
There was a problem hiding this comment.
We can skip the version as you'd like to install the latest one, not excatly 1.0.0
|
|
||
| .. code-block:: bash | ||
|
|
||
| $ composer create-project -s beta sylius/sylius-standard myshop |
|
|
||
| Sylius requires several Node packages, which also needs to be installed and updated before setting up the shop. In addition, I also need to start and setup gulp. | ||
|
|
||
| Now move to the myshop folder by using ``cd myshop`` and run the following command ``yarn install``. Once the command finishes, run the next command, `yarn run gulp`. |
Contributor
There was a problem hiding this comment.
Double backticks missing for the last command
| 3. Install Node Dependencies | ||
| ---------------------------- | ||
|
|
||
| Sylius requires several Node packages, which also needs to be installed and updated before setting up the shop. In addition, I also need to start and setup gulp. |
| 4. Populate the Database and Sylius | ||
| ----------------------------------- | ||
|
|
||
| Comment out the three lines in ``config_dev.yml`` file. |
Contributor
There was a problem hiding this comment.
I'm not sure about this one, IMHO install command should be run with -e prod instead.
a3376b9 to
9fe2bb2
Compare
9fe2bb2 to
cb61afa
Compare
Member
Author
|
@pamil review again? It's green finally! |
GSadee
approved these changes
Oct 17, 2017
pamil
approved these changes
Oct 17, 2017
Contributor
|
Thanks @shahroznawaz and @CoderMaggie! 🎉 |
Contributor
|
Great work Guys @CoderMaggie @pamil @GSadee. You all are Gem :) 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We've got this guide thanks to @shahroznawaz, I just did minor tweaks and a rebase :)