From 2c860b3e22f4fc47fb97cd0312488b0181bebe98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Tue, 8 Jan 2019 10:31:31 +0100 Subject: [PATCH] [Docs] Remove vagrant references --- README.md | 2 - docs/book/installation/index.rst | 1 - docs/book/installation/installation.rst | 4 -- docs/book/installation/map.rst.inc | 1 - .../installation/vagrant_installation.rst | 51 ------------------- docs/contributing/index.rst | 5 -- 6 files changed, 64 deletions(-) delete mode 100644 docs/book/installation/vagrant_installation.rst diff --git a/README.md b/README.md index 38f6ed98701..eab427253ec 100644 --- a/README.md +++ b/README.md @@ -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 ------------- diff --git a/docs/book/installation/index.rst b/docs/book/installation/index.rst index 1b7b8ddf746..93da1b55f20 100644 --- a/docs/book/installation/index.rst +++ b/docs/book/installation/index.rst @@ -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 diff --git a/docs/book/installation/installation.rst b/docs/book/installation/installation.rst index 5f90c5f94d6..2b1d3a88012 100644 --- a/docs/book/installation/installation.rst +++ b/docs/book/installation/installation.rst @@ -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 ` for further instructions. -.. tip:: - - If you prefer to work with **Vagrant** head to :doc:`this guide `. - Initiating A New Sylius Project ------------------------------- diff --git a/docs/book/installation/map.rst.inc b/docs/book/installation/map.rst.inc index 41149f77f58..f8e38e77bea 100644 --- a/docs/book/installation/map.rst.inc +++ b/docs/book/installation/map.rst.inc @@ -1,4 +1,3 @@ * :doc:`/book/installation/requirements` * :doc:`/book/installation/installation` -* :doc:`/book/installation/vagrant_installation` * :doc:`/book/installation/upgrading` diff --git a/docs/book/installation/vagrant_installation.rst b/docs/book/installation/vagrant_installation.rst deleted file mode 100644 index 08bc6599d8f..00000000000 --- a/docs/book/installation/vagrant_installation.rst +++ /dev/null @@ -1,51 +0,0 @@ -.. index:: - single: Installation via Vagrant - -Sylius installation via Vagrant -=============================== - -.. warning:: - - This article assumes you're familiar with `Composer`_, a dependency manager - for PHP. It also assumes you have `Composer installed globally`_. - Basic knowledge about `Vagrant `_ is also required, - and of course `installed Vagrant `_. - -What's Vagrant? ---------------- - -Vagrant is a tool for building complete development environments, that in case of Sylius -will help you to quickly have full application running on your machine. - -.. tip:: - - Learn more about `Vagrant `_. - Vagrant `installation `_ info. - -How to install Sylius using Vagrant? ------------------------------------- - -2. Clone the `Sylius/Vagrant `_ repository into the ``/sylius/`` directory: - -.. code-block:: bash - - $ git clone git@github.com:Sylius/Vagrant.git sylius - -3. Move to the ``/sylius/`` directory and build Vagrant: - -.. code-block:: bash - - $ cd sylius - $ vagrant up - -4. Add an entry for sylius.test to the ``etc/hosts`` file: - -.. code-block:: bash - - # etc/hosts - 10.0.0.200 sylius.test www.sylius.test - -From now on you will be able to access running Sylius application at ``http://sylius.test/app_dev.php``. - -.. _Composer: http://packagist.org -.. _`Composer installed globally`: http://getcomposer.org/doc/00-intro.md#globally diff --git a/docs/contributing/index.rst b/docs/contributing/index.rst index 4494e0e1068..99d9d0d3fd4 100644 --- a/docs/contributing/index.rst +++ b/docs/contributing/index.rst @@ -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 `_ to setup your vagrant machine. - Contributing Code -----------------