Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#165 closed enhancement (fixed)

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: Branch:
Release Notes:
API Changes:
Internal 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 (0)

Change History (5)

comment:1 by daniel, 20 years ago

Milestone: 0.70.9
Priority: normalhighest

comment:2 by daniel, 20 years ago

Milestone: 0.90.8

comment:3 by rocky, 20 years ago

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).

comment:4 by daniel, 20 years ago

Milestone: 0.80.6.1
Owner: changed from Jonas Borgström to daniel
Status: newassigned

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 by daniel, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [364].

Now we can build windows installer packages just by doing:

python setup.py bdist_wininst

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.