Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2780 from openjck/1073300-remove-anonymized-datab…
Browse files Browse the repository at this point in the history
…ase-docs-section

Fix bug 1073300: Remove anonymous database docs
  • Loading branch information
darkwing committed Sep 26, 2014
2 parents 6f9cef4 + 80147fe commit a9a2cfe
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions docs/installation-vagrant.rst
Expand Up @@ -150,29 +150,6 @@ needed.

Many core MDN contributors create a personal ``User:<username>`` 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 <https://developer.allizom.org/landfill/devmo_sanitized-latest.sql.bz2>`_ (400 MB) from `landfill <https://developer.allizom.org/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 <https://developer.allizom.org/landfill/>`_ and extract it into
"/media/attachments".


Developing with Vagrant
-----------------------
Expand Down

0 comments on commit a9a2cfe

Please sign in to comment.