Silme:apps

From Braniecki's Wiki
Revision as of 17:32, 28 July 2008 by Zbraniecki (talk | contribs)
Jump to navigation Jump to search

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