I’ve tried installation on the other folder. It’s almost perfect except Python.
So, if you want to install to your own TOW folder, follow below. (ex. %TOW_HOME% is D:\Apps\TOW)
- Unzip TOW-*.zip to D:\Apps.
- Open %TOW_HOME%\set-tow.bat file and replace strings like below.
set TOW_HOME=D:\Apps\TOW
- Open %TOW_HOME%\Apache\conf\httpd.conf file and replace strings like below.
C:/TOW -> D:/Apps/TOW
- Open all %TOW_HOME%\SetupTracRepo\Projects\HelloTOW\conf\*.tpl files and replace strings.
C:\TOW -> D:\Apps\TOW
C:\\TOW -> D:\\Apps\\TOW - Open %TOW_HOME%\create-svn-repo.bat file and replace.
C:/TOW -> D:/Apps/TOW
- Copy %TOW_HOME%\Python folder to C:\TOW\Python
- Run %TOW_HOME%\start-tow.bat
If you have already installed on C:\TOW and want to move D:\Apps\TOW, you need something to do it working.
- Open %TOW_HOME%\TracRepo\Projects\%PROJECT_NAME%\trac.ini file and replaces strings like below.
C:\TOW -> D:\Apps\TOW
C:\\TOW -> D:\\Apps\\TOW - Resync Trac repository.D:\Apps\TOW>trac-admin.bat %PROJECT_NAME% resync
- That’s it.
I hope it helps you.
P.S. Anyone have an idea to move Python to the other folder?