|
|
MindTouch OpenGarden > Deki Wiki > インストールとアップグレード > 1.8 Hayes Official Install and Upgrade Guide > Windows > 1.8 Hayes 公式インストール、アップデート・ガイドrvice
1.8 Hayes 公式インストール、アップデート・ガイドrviceFrom $1To run dekihost as a windows service which starts at boot, do the following: Install SrvAnySrvAny is a windows tool to run any executable as a windows service. You can find the tool attached to this page or as part of the windows reskit from Microsoft. Extract the .zip to: c:\reskit Create the serviceLaunch cmd.exe (Start->Run->cmd) and do the following to install the service cd c:\reskit instsrv dekihost c:\reskit\srvany.exe Create the Registry SettingsLaunch regedit: Start->Run->regedit Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dekihost
Configure the serviceLaunch the Services control panel (Start->Administrative Tools->Services) and double-click on the "dekihost" service. Click the Log On tab and define a user to run the services as. Note, I was unable to start the service using the Local System Account so I defined a user account. If someone knows how to properly setup permissions to LSA can run the service, please edit this section. Click the Start button to start the service. VerificationIf everything was successful, you should be able to contact the dekihost by visiting the following URL in your browser: http://localhost:8081/deki/@about NotesTo delete the dekihost service, run the following cd c:\reskit instsrv dekihost REMOVE Resources
タグ:
|
Have XML / Latin1-UTF-8 conversion support. PHP's mbstring module is missing. Please see the PHP mbstring manual for information on how to install and configure mbstring
I've uncommented the mbstring extension and also copied the php_mbstring.dll to the apache directory. Any clues would be helpful given that I can't get a login to the forums to get help.....
thanks,
pete
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
To evoke the script to start the Deki-Wiki service, do Start | Run | Regedit.
Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dekihost\Parameters
Modify the Application key value to read as follows:
wscript.exe "C:\<server>\web\bin\invisible.vbs" "C:\<server>\web\bin\mindtouch.host.bat"
Of course, with this method if anything goes wrong you will see nothing on your screen, and the only way to shut the DOS box down if it does throw an error is to go to Start | Run | services.msc and manually shut down your Deki-Wiki host service. But this is such a short script file that there's not much likely to go wrong once you have it working correctly. 2007年 10月 25日, 04:51に編集