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

Commit

Permalink
bug 634263 update installation doc for Kuma
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Feb 15, 2011
1 parent 33d37ce commit 4e2ec3c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/installation.rst
Expand Up @@ -55,8 +55,8 @@ Getting the Source

Grab the source from Github using::

git clone git://github.com/jsocol/kitsune.git
cd kitsune
git clone git://github.com/mozilla/kuma.git
cd kuma
git submodule update --init


Expand Down Expand Up @@ -84,7 +84,7 @@ projects simultaneously.

To get the vendor library, just::

git clone --recursive git://github.com/jsocol/kitsune-lib.git vendor
git clone --recursive git://github.com/mozilla/kuma-lib.git vendor

This will clone the repository and all its submodules into a directory called
``vendor``.
Expand All @@ -110,10 +110,10 @@ configuration is::

DATABASES = {
'default': {
'NAME': 'kitsune',
'NAME': 'kuma',
'ENGINE': 'django.db.backends.mysql',
'HOST': 'localhost',
'USER': 'kitsune',
'USER': 'kuma',
'PASSWORD': '',
'OPTIONS': {'init_command': 'SET storage_engine=InnoDB'},
'TEST_CHARSET': 'utf8',
Expand Down Expand Up @@ -168,7 +168,7 @@ Last Steps
Initializing Mozilla Product Details
------------------------------------

One of the packages Kitsune uses, Django Mozilla Product Details, needs to
One of the packages Kuma uses, Django Mozilla Product Details, needs to
fetch JSON files containing historical Firefox version data and write them
within its package directory. To set this up, just run
``./manage.py update_product_details`` to do the initial fetch.
Expand Down

0 comments on commit 4e2ec3c

Please sign in to comment.