Linux version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2012 01:10 PM
Pourquoi n'y a-t-il pas de version sous linux ?
Why there he not linux version?
a+
JeanJot
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2012 04:18 PM
Paul.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2012 04:45 AM
Start with the .dmg file:
- Unzip it:
> 7z x AlfrescoSync-0.8.0.4.dmg
- mount the .hfs file :
> sudo mount -t hfsplus -o loop 2.hfs /mnt/dmg
- Copy the mounted files somewhere permanent:
> sudo cp -r /mnt/dmg extracted/
> sudo chown -R andy:andy extracted/*
> cd extracted/dmg/AlfrescoSync.app/Contents/Resources/Java/
- run it:
> java -jar alfresco-sync-0.8.0.4-jar-with-dependencies.jar
It pops up a couple of warnings, it may need the classpath configuring a little, but the basics of it work….
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2012 04:57 AM
-Djava.library.path="."
Point to the jnotify folder library (used to hook the files on any os) by default on the same path as the jar file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2012 06:17 AM
http://sourceforge.net/projects/jnotify/files/
and change the -Djava.library.path appropriately.
I.e:
java -Djava.library.path=/Dump/apps/jNotify/jnotify-lib-0.94/64-bit\ Linux/ -jar alfresco-sync-0.8.0.4-jar-with-dependencies.jar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2012 06:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2012 04:52 PM
is the source code this http://sourceforge.net/projects/alfrescodesktop/
or other changes have been made?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2012 05:23 AM
The source for this new one should be released soon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2012 07:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2012 11:37 AM
