試過幾次發現....
GAE沒辦法用習慣用的x.x.x版本編號
看來只能從他預設的1開始整數的跳號了
Monday, August 02, 2010
Sunday, July 04, 2010
How run Trac as service
Run Trac as service
ref http://trac.edgewall.org/wiki/TracOnWindowsStandalone
1.download Windows Server 2003 Resource Kits
2.C:\Program Files\Windows Resource Kits\Tools>instsrv.exe
"C:\Program Files\Windows Resource
Kits\Tools\srvany.exe"
3.open HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
in RegEdit
4.create subkey *Parameters*, below which you will create 2 string values:
5.create string value *Application* with the full path to python.exe
6.create string value *AppParameters* with the set of desired tracd
parameters, e.g. "c:\Python26\Scripts\tracd-script.py --port 8080
c:\path\to\trac" (without the quotes)
7.open the Services tool (somewhere in the administrative tools in the
Windows control panel) and start your service
delete trac service
1.open the Services tool ,stop
2.in cmd run "sc delete"
ref http://trac.edgewall.org/wiki/TracOnWindowsStandalone
1.download Windows Server 2003 Resource Kits
2.C:\Program Files\Windows Resource Kits\Tools>instsrv.exe
Kits\Tools\srvany.exe"
3.open HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
in RegEdit
4.create subkey *Parameters*, below which you will create 2 string values:
5.create string value *Application* with the full path to python.exe
6.create string value *AppParameters* with the set of desired tracd
parameters, e.g. "c:\Python26\Scripts\tracd-script.py --port 8080
c:\path\to\trac" (without the quotes)
7.open the Services tool (somewhere in the administrative tools in the
Windows control panel) and start your service
delete trac service
1.open the Services tool ,stop
2.in cmd run "sc delete
Wednesday, March 17, 2010
在linux下使用網芳連結
因為使用的linux沒有ftp
要傳檔案到該台機器就無從下手
後來找到這個方法
用smbmount來處理
mount -t smbfs -o username=tridge,password=foobar //fjall/test /data/test
基本上是一目了然,一樣劃葫蘆就可以用了
要傳檔案到該台機器就無從下手
後來找到這個方法
用smbmount來處理
在command line輸入smbmount就跑出下面的example可以參考
For example:mount -t smbfs -o username=tridge,password=foobar //fjall/test /data/test
基本上是一目了然,一樣劃葫蘆就可以用了
Subscribe to:
Comments (Atom)