This repository was archived by the owner on Oct 13, 2020. It is now read-only.
forked from aegif/CmisSync
-
Notifications
You must be signed in to change notification settings - Fork 6
How to install CmisSync
nicolas-raoul edited this page Mar 28, 2013
·
15 revisions
- Install the .NET Framework 4.5
- Download the latest
CmisSync_xxx.msi
file from the Downloads page. - Run the downloaded file.
- After the setup wizard, you should see a gear-like icon in the tray.
- Click on it and choose "Add a CMIS folder..."
- Enter the details of your CMIS repository. If you don't know the repository id, you can use CMIS Explorer to find out. This part will be made much simpler in the future.
- That's all! CmisSync should now be download the folders/files, and will update your local copy with any new content added server-side.
- Enjoy the content! Up-syncing is not supported yet. New features are added every day, so follow us on Twitter to be informed about the latest developments.
If CmisSync crashes or behaves strangely, please create an issue report here.
Please:
- Attach the log file. It can usually be found at
C:\Users\nico\AppData\Roaming\cmissync\debug_log.txt
(replacenico
with your user name. Note: Configure Windows to show hidden files, otherwise you might not seeAppData
). - Does a
C:\Users\nico\AppData\Roaming\cmissync\xyz.cmissync
file gets created? - What Operating System do you use? (Windows, Mac, Linux) What version? (Vista, 7, ...) 32bit or 64bit?
- What CMIS server (product and version) are you using? (if you know)
Thanks a lot for helping improve CmisSync!
If you want to investigate further, you can watch the log in real-time by typing the following command in PowerShell:
Get-Content C:\Users\<YOUR-USER>\AppData\Roaming\cmissync\debug_log.txt -Wait