~elachuni/ubuntu-webcatalog/bzr-revno

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
##################################################
Use the following commands to import data into
your local or testing database:

To import application data:

 fab "manage:import_app_install_data precise"

To import live ratings and reviews:

 fab "manage:import_ratings_stats precise"

To import commercial app data:

 fab manage:import_for_purchase_apps

To import the banner ads:

 fab manage:import_exhibits

Finally, after you do all your imports:

 fab manage:check_all_latest

##################################################

By default the above will import from the Software
Center Agent staging database.  In order to pull
production data, you must first add the following 
to django_project/local.cfg:

[webcatalog]
sca_api_url = https://software-center.ubuntu.com/api/2.0/