Difference between revisions of "Silme:apps"

From Braniecki's Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
* install [http://www.djangoproject.com/ django]
 
* install [http://www.djangoproject.com/ django]
* pull mozpyl10n
+
* pull silme
 
* enter ./www
 
* enter ./www
 
* prepare settings.py
 
* prepare settings.py
Line 12: Line 12:
 
* install QT4
 
* install QT4
 
* install PyQT4
 
* install PyQT4
* pull mozpyl10n
+
* pull silme
 
* enter ./gui/qt4
 
* enter ./gui/qt4
 
* python l10nObject.py
 
* python l10nObject.py
Line 18: Line 18:
 
=== Command line tools ===
 
=== Command line tools ===
  
* make sure you have python 2.5 and python-xml package
+
* make sure you have python 2.5
* pull verbatim
+
* pull silme

Revision as of 17:32, 28 July 2008

webtool

  • install django
  • pull silme
  • enter ./www
  • prepare settings.py
  • python manage.py syncdb
  • python manage.py runserver

GUI tool

  • install QT4
  • install PyQT4
  • pull silme
  • enter ./gui/qt4
  • python l10nObject.py

Command line tools

  • make sure you have python 2.5
  • pull silme