Skip to content

Commit

Permalink
refactor #10076 [Docs] Remove vagrant references (lchrusciel)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.2 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.2
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets |
| License         | MIT

The vagrant box is outdated and not maintained. I will not find time in the nearest future to pick it up. I want to remove Vagrant references, so it will not be misleading for newcomers. Also, if there is some good spirit, who would like to maintain our Vagrant box, we would be more than happy to transfer the reposiotry itself. Otherwise it will be abandon/read-only.

Also, I owe they a 🍺 ;) 

<!--
 - Bug fixes must be submitted against the 1.1 or 1.2 branch (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set
-->

Commits
-------

2c860b3 [Docs] Remove vagrant references
  • Loading branch information
pamil authored Jan 9, 2019
2 parents edddb99 + 2c860b3 commit 4e7608e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 64 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Installation

[Install Sylius](http://docs.sylius.com/en/1.2/book/installation/installation.html) with Composer (see [requirements details](http://docs.sylius.com/en/1.2/book/installation/requirements.html)).

Alternatively, you can [use our Vagrant setup](http://docs.sylius.com/en/1.2/book/installation/vagrant_installation.html).

Documentation
-------------

Expand Down
1 change: 0 additions & 1 deletion docs/book/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ The process of installing Sylius together with the requirements to run it effici

requirements
installation
vagrant_installation
upgrading

.. include:: /book/installation/map.rst.inc
4 changes: 0 additions & 4 deletions docs/book/installation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ for your custom e-commerce application.
If you do not want your shop to send requests to GUS, please visit :doc:`this guide </cookbook/configuration/disabling-admin-notifications>`
for further instructions.

.. tip::

If you prefer to work with **Vagrant** head to :doc:`this guide </book/installation/vagrant_installation>`.

Initiating A New Sylius Project
-------------------------------

Expand Down
1 change: 0 additions & 1 deletion docs/book/installation/map.rst.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
* :doc:`/book/installation/requirements`
* :doc:`/book/installation/installation`
* :doc:`/book/installation/vagrant_installation`
* :doc:`/book/installation/upgrading`
51 changes: 0 additions & 51 deletions docs/book/installation/vagrant_installation.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/contributing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ For the contributing process questions, please refer to the `Contributing Guide
documentation/index
translations/index

How to contribute using Sylius Vagrant
--------------------------------------

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.

Contributing Code
-----------------

Expand Down

0 comments on commit 4e7608e

Please sign in to comment.