|
|
MindTouch OpenGarden > Deki Wiki > 良く有る質問 FAQ > Configuration > How do I...Access Deki Wiki through windows Explorer?
How do I...Access Deki Wiki through windows Explorer?From $1When you are customizing Deki Wiki you'll want to be able to easily drag and drop files from your windows environement into the root directory to apply changes. Here is how you setup Deki Wiki: 1. Create the user that you want to use to login into Deki Wiki: useradd yourusername 2. Create a Samba password for the user: smbpasswd -a yourusername NOTE: if you want to use the root password then yourusername=root and use the same password that you have for your root password account. 3. Update the Samba configuration file (/etc/samba/smb.conf): workgroup = WORKGROUP (replace by your Windows value) # File creation mask is set to 0700 for security reasons. If you want to # create files with group=rw permissions, set next parameter to 0775. create mask = 0644 # Directory creation mask is set to 0700 for security reasons. If you want to # create dirs. with group=rw permissions, set next parameter to 0775. directory mask = 0775 [MyWWW] comment = Deki /var/www folder path = /var/www public = yes writeable = yes read only = no valid users = yourusername create mode = 0666 4. Restart Samba: /etc/init.d/samba restart If Vista is Host Operating SystemIf Vista is your Host operating system that VM Player is running on then you'll want to update Samba to the most recent version to avoid a glitch that slows transfer to a trickle. Run the following code to update Samba: apt-get install samba samba-common samba-client
タグ:
|