Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / README / README.txt @ 8ba5973a

History | View | Annotate | Download (1.24 KB)

1 49c8da1d Thomas ANDREJAK
########################
2 51ede5e8 Thomas ANDREJAK
#    SVN
3
########################
4
5
Révision SVN juste avant la séparation entre vigiboard et vigicore : 346 
6
7
########################
8 49c8da1d Thomas ANDREJAK
#    Désactiver l'environnement virtuel
9
########################
10
11
Editer le fichier apache/vigiboard.wsgi et commenter la section 3
12
13
########################
14
#    Configuration de l'application
15
########################
16
17
Les variables de configuration de l'application (par exemple les liens externes)
18
sont dans le fichier vigiboard/config/vigiboard_config.py
19
20
########################
21
#    Installation des Eggs
22
########################
23
24
Installer la liste des Eggs du fichier README_Eggs_Requis.txt en utilisant easy_install
25
26
Pour JQuery, pour avoir UI.Dialog, il faut :
27
28
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
29
from tw.jquery.ui_dialog import JQueryUIDialog
30
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
31
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
32
33 977b981c Thomas ANDREJAK
Ticket sur ToscaWidgets : http://toscawidgets.org/trac/tw.jquery/ticket/4