Ticket #165 (closed enhancement: fixed)
Opened 8 years ago
Last modified 8 years ago
Installer package for Windows
| Reported by: | daniel | Owned by: | daniel |
|---|---|---|---|
| Priority: | highest | Milestone: | 0.6.1 |
| Component: | general | Version: | 0.5.2 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Trac should install like any other program on MS Windows (and other oses as well, sede #163, #164).
There's a neat tool called py2exe for building standalone executables bundling all depending modules and shared libraries.
It should be conceivable to package up clearsilver, sqlite and possibly even subversion (the python bindings at least) into a single, static package.
Attachments
Change History
comment:1 Changed 8 years ago by daniel
- Milestone changed from 0.7 to 0.9
- Priority changed from normal to highest
comment:2 Changed 8 years ago by daniel
- Milestone changed from 0.9 to 0.8
comment:3 Changed 8 years ago by rocky
comment:4 Changed 8 years ago by daniel
- Milestone changed from 0.8 to 0.6.1
- Owner changed from jonas to daniel
- Status changed from new to assigned
I'm renaming this and moving it to 0.6.1 to signify that that's what we'll do.
The py2exe shebang will have to wait til later/1.0.
0.6.1 will have a windows installer though, and let's even throw in clearsilver for free. :)
comment:5 Changed 8 years ago by daniel
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in [364].
Now we can build windows installer packages just by doing:
python setup.py bdist_wininst



As a sidenote, for someone who's already running python and all the dependenices on windows, its possible to build an installer automagically from trac using ./setup.py bdist_wininst (as long as ticket #163 is taken care of).