2012-04-27 22:33:40 +02:00
|
|
|
How to create a new portable Windows distribution of OpenSlides:
|
|
|
|
----------------------------------------------------------------
|
|
|
|
|
|
|
|
1.) Follow the OpenSlides installation instructions for windows,
|
|
|
|
but add the option "-Z" when executing easy_install, e.g.:
|
|
|
|
|
2013-09-08 14:44:41 +02:00
|
|
|
easy_install -Z django django-mptt beautifulsoup4 bleach pillow qrcode reportlab tornado django-haystack whoosh
|
2012-04-27 22:33:40 +02:00
|
|
|
|
2013-06-29 15:15:32 +02:00
|
|
|
2.) To update the version resource of the prebuild openslides.exe
|
|
|
|
pywin32 should be installed (it is not strictly required but at
|
|
|
|
least for releases that are to be published it is highly advisable)
|
|
|
|
|
|
|
|
To install it just grab the binary installer from:
|
|
|
|
http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/pywin32-218.win32-py2.7.exe/download
|
|
|
|
|
|
|
|
3.) Run in the main directory of the OpenSlides checkout:
|
2012-06-23 11:18:55 +02:00
|
|
|
|
2012-11-09 09:25:14 +01:00
|
|
|
python extras\win32-portable\prepare_portable.py
|
|
|
|
|
2013-06-29 15:15:32 +02:00
|
|
|
4.) The portable OpenSlides distribution is now ready as a zip archive
|
2012-11-09 09:25:14 +01:00
|
|
|
in the 'dist' directory
|
|
|
|
|
|
|
|
|
2013-04-07 19:46:28 +02:00
|
|
|
NOTE: Creating the portable Windows distribution of OpenSlides is not possible
|
|
|
|
if Python is installed in 64-bit(!) version.
|