Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / README.txt @ 805cc54a

History | View | Annotate | Download (1.03 KB)

1
########################
2
#    Désactiver l'environement virtuel
3
########################
4

    
5
Editer le fichier apache/dashboard.wsgi et commenter la section 3
6

    
7
########################
8
#    Configuration de l'application
9
########################
10

    
11
Les variables de configuration de l'application (par exemple les liens externes)
12
sont dans le fichier dashboard/config/dashboard_config.py
13

    
14
########################
15
#    Installation des Eggs
16
########################
17

    
18
Installer la liste des Eggs du fichier README_Eggs_Requis.txt en utilisant easy_install
19

    
20
Pour JQuery, pour avoir UI.Dialog, il faut :
21

    
22
1 ) Ajouter la ligne suivante au fichier /path/to/lib/python2.6/site-packages/tw.jquery-0.9.4.5-py2.6.egg/tw/jquery/__init__.py
23
from tw.jquery.ui_dialog import JQueryUIDialog
24
2 ) Copier le fichier README_jquery/ui_dialog.py vers /path/to/lib/python2.6/site-packages/tw.jquery-0.9.4.5-py2.6.egg/tw/jquery/ui_dialog.py
25
3 ) Copier les fichiers README_jquery/static/css vers /path/to/lib/python2.6/site-packages/tw.jquery-0.9.4.5-py2.6.egg/tw/jquery/static/css
26