-
-
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] Explain how to contribute using vagrant #8715
[Documentation] Explain how to contribute using vagrant #8715
Conversation
loic425
commented
Sep 21, 2017
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Related tickets | |
License | MIT |
docs/contributing/index.rst
Outdated
|
||
This article assumes you're familiar with `Composer`_, a dependency manager | ||
for PHP. It also assumes you have `Composer installed globally`_. | ||
Basic knowledgle about `Vagrant <https://www.vagrantup.com/about.html>`_ is also required, |
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.
knowledgle -> knowledge
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.
@GSadee Thank you, i've also updated on this page: http://docs.sylius.org/en/latest/book/installation/vagrant_installation.html.
docs/contributing/index.rst
Outdated
|
||
.. _Gulp: http://gulpjs.com/ | ||
.. _Node.js: https://nodejs.org/en/download/ | ||
|
||
|
||
How to contribute using Sylius Vagrant |
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 think it would be much better to keep vagrant description in repo readme and here just create a link to the repo.
How to contribute using Sylius Vagrant
If you would like to contribute to the repo without worrying about environment, you can follow this guide to setup you vagrant machine
docs/contributing/index.rst
Outdated
-------------------------------------- | ||
|
||
If you would like to contribute to the repo without worrying about environment, you can follow `this guide <https://github.com/Sylius/Vagrant/blob/master/README.md#configure-vagrant-to-contribute-on-sylius-core>`_ to setup you vagrant machine | ||
|
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.
redundant blank line
@loic425 my bad. It will be enough if you just rebase to the newest 1.0 and it is ready to merge |
Sorry, my bad. #8722 has been merged to 1.0. So all you need to do is to rebase 1.0 with the upstream. |
docs/contributing/index.rst
Outdated
How to contribute using Sylius Vagrant | ||
-------------------------------------- | ||
|
||
If you would like to contribute to the repo without worrying about environment, you can follow `this guide <https://github.com/Sylius/Vagrant/blob/master/README.md#configure-vagrant-to-contribute-on-sylius-core>`_ to setup you vagrant machine |
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.
you
-> your
And a missing .
at the end of sentence.
Ok cool I will fix them all on monday and make a rebase. |
ca54173
to
ac3c1b8
Compare
@lchrusciel @CoderMaggie I've tried to rebase and it dit not work. I've tried another method (same i've used with lcruschiel on another PR).
And the build failed: https://travis-ci.org/Sylius/Sylius/jobs/279942407 |
@loic425 rebase seems to work (at least commits are fine), the failing build is due to some docs errors... I don't is it something new, or it was fixed before, we need @CoderMaggie for that 😄 |
@Zales0123 Ok thanks. @CoderMaggie Let me know if I have to change something on this Pull-request. |
Cleared the cache for failing build and rerun it, let's see if the error is still there :) |
@pamil can I clear the cache for failing build or is this something one of your team can do ? |
@loic425 unfortunately Travis allows for that only for those with push access to the repository |
@pamil @pjedrzejewski Is it possible to clear travis cache in order to conclude this pull-request ? :) |
@loic425 the problems seems not to be with cache itself, rather some internal Sylius error. As the main build seems to be green, can you rebase it to the newest 1.0 one more time? |
@pamil I've seen you tried to rebase it. This is weird... |
@CoderMaggie Ok, I will make a rebase today. |
ac3c1b8
to
4ba555b
Compare
@CoderMaggie docs build still fail on travis :( I used a cherry pick method to apply the commits. |
docs/contributing/index.rst
Outdated
How to contribute using Sylius Vagrant | ||
-------------------------------------- | ||
|
||
If you would like to contribute to the repo without worrying about environment, you can follow `this guide <https://github.com/Sylius/Vagrant/blob/master/README.md#configure-vagrant-to-contribute-on-sylius-core>`_ to setup your vagrant machine. |
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.
This reference https://github.com/Sylius/Vagrant/blob/master/README.md#configure-vagrant-to-contribute-on-sylius-core
is failing the build @loic425 :(
Can we do it this way?:
If you would like to contribute to the repo without worrying about environment, you can follow
`the "Configure Vagrant to contribute on Sylius Core" section here <https://github.com/Sylius/Vagrant/blob/master/README.md>`_
to setup your vagrant machine.
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.
@CoderMaggie cool you found why this build fail. I'm gonna do that on monday.
@CoderMaggie Build is now ok :) |
Thanks @loic425 :) |
🎉 |
@CoderMaggie @lchrusciel after a lot of rebases and such annoying steps, it's finally merged :) |
I hope it won't stop you from contributing to us :D |
@lchrusciel lol, of course not:) |