aboutsummaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorDaniel Axtens <dja@axtens.net>2018-02-24 12:22:54 +1100
committerStephen Finucane <stephen@that.guru>2018-02-27 11:25:29 +0000
commit2c92985a2ea96be524e1b3a98fc0fd708eb2ee31 (patch)
tree8fbe6f534d5503897ff237c6661d3b0523da9721 /docs/development
parentebab733abad4648e8d1c3c95c095bca8bc86b644 (diff)
downloadpatchwork-2c92985a2ea96be524e1b3a98fc0fd708eb2ee31.tar
patchwork-2c92985a2ea96be524e1b3a98fc0fd708eb2ee31.tar.gz
tools: drop vagrant
It served us well, but it's now outdated (Trusty, Python 3.4, etc) There is no indication that anyone uses it or keeps it up to date. Signed-off-by: Daniel Axtens <dja@axtens.net> Acked-by: Stephen Finucane <stephen@that.guru> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/contributing.rst8
-rw-r--r--docs/development/installation.rst21
2 files changed, 4 insertions, 25 deletions
diff --git a/docs/development/contributing.rst b/docs/development/contributing.rst
index 8988c9f..e6c0663 100644
--- a/docs/development/contributing.rst
+++ b/docs/development/contributing.rst
@@ -30,16 +30,14 @@ You may also need to install `tox`. If so, do this now:
.. tip::
- If you're using Docker or Vagrant-based installs, you may not need to
- install `tox` locally. Instead, it will already be installed inside the
- container/VM. For Docker, you can run `tox` like so:
+ If you're using Docker, you may not need to install `tox`
+ locally. Instead, it will already be installed inside the
+ container. For Docker, you can run `tox` like so:
.. code-block:: shell
$ docker-compose run web tox [ARGS...]
- For Vagrant, SSH into the container and run `tox` as below.
-
Assuming these requirements are met, actually testing Patchwork is quite easy
to do. To start, you can show the default targets like so:
diff --git a/docs/development/installation.rst b/docs/development/installation.rst
index 30fdb54..90c07b5 100644
--- a/docs/development/installation.rst
+++ b/docs/development/installation.rst
@@ -163,29 +163,10 @@ For more information on Docker itself, please refer to the `docker`_ and
.. _docker: https://docs.docker.com/compose/install/
.. _docker-compose: https://docs.docker.com/engine/installation/linux/
-Vagrant-Based Installation
---------------------------
-
-Patchwork provides a Vagrant-based environment as an alternative to Docker.
-Like Docker, Vagrant can be used to quickly configure Patchwork in a
-development environment. To configure Patchwork using Vagrant:
-
-1. Install `**Vagrant** <vagrant>`_
-
-2. Run `vagrant up` from the project directory:
-
- .. code-block:: shell
-
- $ cd patchwork
- $ vagrant up
-
-Once stacked, follow the on-screen instructions. For more information on
-Vagrant itself, refer to the `Vagrant documentation <vagrant>`_.
-
Manual Installation
-------------------
-Manual installation can be used where use of Docker or Vagrant is not possible
+Manual installation can be used where use of Docker is not possible
or desired.
Install Required Packages