Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Update docs/installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
almosteverywhere committed Aug 31, 2012
1 parent 1a62d29 commit e7bd21d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ you:
`Vagrant: Getting Started
<http://vagrantup.com/docs/getting-started/index.html>`_

.. note:: you don't need to install the lucid32 box, one will be installed automatically with mozillians)

2. Install virtualbox_ by Oracle.

.. note::
Expand All @@ -45,7 +47,10 @@ you:
in your favorite text-editor, yet run Mozillians from our virtualized environment.

5. Setup the database::

$ ./manage.py update_product_details -f
$ mysql -u root
> create database mozilians;
> exit;
$ ./manage.py syncdb --noinput
$ ./manage.py migrate

Expand Down

0 comments on commit e7bd21d

Please sign in to comment.