here are instructions for compiling ifolder https://help.ubuntu.com/community/iFolderInstall#Installing Simias <https://help.ubuntu.com/community/iFolderInstall#Installing%20Simias>
Other subject the desktop client does not difference between server and slave if domain are the same and have diferent ports (when you use Virtuals machines for testing). For fix this we must edit the file: "/simias-1.8.3.10200.0/src/core/Domain/DomainAgent.cs" and change the line 690 (aprox) if(!(new Uri(hInfo.PublicAddress)).Host.Equals(domainServiceUrl.Host)) for if(!(new Uri(hInfo.PublicAddress)).Host.Equals(domainServiceUrl.Host) || !(new Uri(hInfo.PublicAddress)).Port.Equals(domainServiceUrl.Port)) ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ ifolder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ifolder-devel
