-
Notifications
You must be signed in to change notification settings - Fork 123
How to install CmisSync on Mac OS X
Nicolas Raoul edited this page Jun 17, 2014
·
1 revision
- Install the MonoRuntime.
- Download CmisSync for Mac OS X at http://CmisSync.com
- Open the downloaded file, and copy the
CmisSync.app
toApplications
folder. - Run
CmisSync.app
.
- Tutorial for Alfresco (French, Japanese)
- Tutorial for Nuxeo (French)
- Tutorial for SharePoint
- Tutorial for Documentum
- 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 start syncing.
- Enjoy the content! 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. CmisSync's log file can usually be found at
/Users/nico/.config/cmissync/debug_log.txt
(replacenico
with your user name. Note: To open the folder, use the Finder'sGo
-Go to Folder...
command, and enter~/.config/cmissync
) - Does a
/Users/nico/.config/cmissync/*.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, typing the following command in Terminal:
tail -f ~/.config/cmissync/debug_log.txt
If you want to reset everything locally, so that you can start again from scratch, please do the following:
- Stop CmisSync.
- Delete all folders under
/Users/nico/CmisSync
(replacenico
with your user name). First make sure that all of your work is saved on the server or at another location than the one you delete. - Delete all of the files in the
/Users/nico/.config/cmissync/
folder (replacenico
with your user name). - Start CmisSync.
- You now have zero remote folders configured. Use the "Add remote folder" menu to add some.