Changeset 224:df55ed109374 for INSTALL
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r207 r224 46 46 current installation. Then, check if the new version you're installing 47 47 requires a migration:: 48 49 0.8 -> 0.8.1 : project renamed. 50 51 * First, rename your mailng folder to modoboa and copy all the 52 content from modoboa-0.8.1 to modoboa. 53 54 * Edit your settings.py and replace all occurences of mailng by 55 modoboa. Make sure you don't modify the DATABASE section as you're 56 not going to rename your database. 57 58 * Rename the MAILNG_DIR variable to MODOBOA_DIR. 59 60 * Add 'django.contrib.messages.middleware.MessageMiddleware' to 61 MIDDLEWARE_CLASSES and 'django.contrib.messages' to 62 INSTALLED_APPS. Save your modifications. 63 64 * Run the following command:: 65 66 # python manage.py syncdb 67 68 * For all activated extensions, run the following command:: 69 70 # export PYTHONPATH=<modoboa_dir>/.. 71 # DJANGO_SETTINGS_MODULE=modoboa.settings \ 72 <modoboa_dir>/scripts/extension.py <extension> on 73 74 * Update your webserver configuration and restart it. 75 48 76 49 77 0.7 -> 0.8 : SQL migration needed.
Note: See TracChangeset
for help on using the changeset viewer.
