-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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][Cookbook] Cloudways deployment guide #8823
Conversation
40b790c
to
61f871c
Compare
docs/cookbook/cloudways.rst
Outdated
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing comma at the end of line
docs/cookbook/cloudways.rst
Outdated
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"straight forward" -> "straightforward" IIRC :)
docs/cookbook/cloudways.rst
Outdated
|
||
Now let’s start the process of installing Sylius on Cloudways. | ||
|
||
2. Install Sylius v1.0.0 via SSH |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can skip the version as you'd like to install the latest one, not excatly 1.0.0
docs/cookbook/cloudways.rst
Outdated
|
||
.. code-block:: bash | ||
|
||
$ composer create-project -s beta sylius/sylius-standard myshop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-s beta
should be removed
docs/cookbook/cloudways.rst
Outdated
|
||
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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double backticks missing for the last command
docs/cookbook/cloudways.rst
Outdated
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gulp
-> Gulp
docs/cookbook/cloudways.rst
Outdated
4. Populate the Database and Sylius | ||
----------------------------------- | ||
|
||
Comment out the three lines in ``config_dev.yml`` file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
@pamil review again? It's green finally! |
Thanks @shahroznawaz and @CoderMaggie! 🎉 |
Great work Guys @CoderMaggie @pamil @GSadee. You all are Gem :) 👍 |
We've got this guide thanks to @shahroznawaz, I just did minor tweaks and a rebase :)