Difference between revisions of "Silme:apps"
Jump to navigation
Jump to search
Zbraniecki (talk | contribs) m (Verbatim:apps moved to Silme:apps) |
Zbraniecki (talk | contribs) |
||
Line 2: | Line 2: | ||
* install [http://www.djangoproject.com/ django] | * install [http://www.djangoproject.com/ django] | ||
− | * pull | + | * 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 | + | * 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 | + | * make sure you have python 2.5 |
− | * pull | + | * 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