Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/ftp-http'
Browse files Browse the repository at this point in the history
  • Loading branch information
alastair committed Feb 21, 2022
2 parents 64279b8 + 171d167 commit e65e11e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion critiquebrainz/frontend/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ul>
<li><a href="https://critiquebrainz.readthedocs.io/api.html">{{ _('Web API') }}</a></li>
<li><a href="https://github.com/metabrainz/critiquebrainz">{{ _('Source code') }}</a></li>
<li><a href="ftp://ftp.musicbrainz.org/pub/musicbrainz/critiquebrainz/">{{ _('Data dumps') }}</a></li>
<li><a href="http://ftp.musicbrainz.org/pub/musicbrainz/critiquebrainz/">{{ _('Data dumps') }}</a></li>
</ul>
</div>
<div class="col-sm-2">
Expand Down
8 changes: 6 additions & 2 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,18 @@ Then you can start all the services::

$ ./develop.sh up

Visit CritiqueBrainz at ``http://localhost`` in your browser.
Visit CritiqueBrainz at ``http://localhost:8200`` in your browser.

.. note::

CB Runs on 8200. change line x if you want it somewhere else.

Importing data dump
'''''''''''''''''''

We provide daily data dumps from https://critiquebrainz.org that include reviews
and most of the data associated with them. If you want to import that into your
own installation, download the archives from ftp://ftp.musicbrainz.org/pub/musicbrainz/critiquebrainz/dump/
own installation, download the archives from http://ftp.musicbrainz.org/pub/musicbrainz/critiquebrainz/dump/
(you'll need to get the base archive ``cbdump.tar.bz2`` and the reviews ``cbdump-reviews-all.tar.bz2``)
and use ``python3 manage.py dump import`` command. First you need to import
base archive and then the one that contains reviews. For example::
Expand Down

0 comments on commit e65e11e

Please sign in to comment.