Fix relnotes formatting

* adds link to deployment docs.
* tweaks formatting
This commit is contained in:
Will Kahn-Greene 2012-04-07 12:26:40 -04:00
parent 5be6425c28
commit abe7417827
2 changed files with 7 additions and 5 deletions

View File

@ -11,6 +11,8 @@
Dedication along with this software. If not, see Dedication along with this software. If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>. <http://creativecommons.org/publicdomain/zero/1.0/>.
.. _deploying-chapter:
===================== =====================
Deploying MediaGoblin Deploying MediaGoblin
===================== =====================

View File

@ -20,8 +20,8 @@ If you're upgrading from a previous release, please read it
carefully, or at least skim over it. carefully, or at least skim over it.
0.3.0 0.3.0 (not yet released)
===== ========================
This release has one important change. You need to act when This release has one important change. You need to act when
upgrading from a previous version! upgrading from a previous version!
@ -38,14 +38,14 @@ to follow these steps:
1. Make sure your MongoDB is still running and has your 1. Make sure your MongoDB is still running and has your
data, it's needed for the conversion. data, it's needed for the conversion.
2. Configure the sql_engine URI in the config to represent 2. Configure the ``sql_engine`` URI in the config to represent
your target database (see: Deployment docs) your target database (see: :ref:`deploying-chapter`)
3. You need an empty database. 3. You need an empty database.
4. Then run the following command:: 4. Then run the following command::
bin/gmg [-cf mediagoblin_config.ini] convert_mongo_to_sql bin/gmg [-cf mediagoblin_config.ini] convert_mongo_to_sql
5. Start your server and investigate. 5. Start your server and investigate.