Changeset 224:df55ed109374 for INSTALL


Ignore:
Timestamp:
27/07/2010 15:51:45 (6 weeks ago)
Author:
tonio
Branch:
default
Message:

fix: the untildate field is not mandatory!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r207 r224  
    4646current installation. Then, check if the new version you're installing 
    4747requires a migration:: 
     48 
     490.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 
    4876 
    49770.7 -> 0.8 : SQL migration needed. 
Note: See TracChangeset for help on using the changeset viewer.