[Trac] Install @Windows10
2020.08.04
0. Reference
https://trac.edgewall.org/wiki/TracOnWindows
TracOnWindows – The Trac Project
Overview of installing Trac on Windows There are several ways to get Trac up and running on Windows. This page will give you an overview. Step-by-step installation guides can be found in the CookBook/Installation#OnWindows. They are easy to follow and use
trac.edgewall.org
1. install python 2.7 for Windows 10
https://www.python.org/downloads/release/python-2710/
Python Release Python 2.7.10
The official home of the Python Programming Language
www.python.org
install setup tool
#pip install -U Jinja2
2. install Trac for Windows 10
https://trac.edgewall.org/wiki/TracDownload
TracDownload – The Trac Project
Trac Download Trac is released under the modified BSD license. For installation instructions, see TracInstall or the included INSTALL.rst. Please read TracUpgrade if you're upgrading from a previous release. The latest releases are also available on PyP
trac.edgewall.org
initialize
#trac-admin sample_project initenv
start server
#tracd -p 8000 c:\users/username/sample_project
connect server
http://localhost:8000/sample_project