From 80147fe55dc1b8c53fd748444e739efc6110fc2a Mon Sep 17 00:00:00 2001 From: John Karahalis Date: Thu, 25 Sep 2014 16:39:18 -0700 Subject: [PATCH] Fix bug 1073300: Remove anonymous database docs --- docs/installation-vagrant.rst | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/docs/installation-vagrant.rst b/docs/installation-vagrant.rst index 67f07b61196..751f7872996 100644 --- a/docs/installation-vagrant.rst +++ b/docs/installation-vagrant.rst @@ -150,29 +150,6 @@ needed. Many core MDN contributors create a personal ``User:`` page as a testing sandbox. -Import the entire MDN wiki --------------------------- - -MDN content and code are inter-dependent - a.k.a., tightly-coupled. :( - -To work on Kuma code with a fully-functioning, anonymized copy of the MDN -database. - -#. Download `devmo_sanitized-latest.sql.bz2 `_ (400 MB) from `landfill `_ - -#. Extract it in your kuma directory:: - - bunzip devmo_sanitized-latest.sql.bz2 - -#. Import the unzip'd .sql to your local database:: - - vagrant ssh - mysql -uroot kuma < /path/to/database/dump.sql - -#. (Optional) Download the ``attachments-....tar.gz`` from - `landfill `_ and extract it into - "/media/attachments". - Developing with Vagrant -----------------------