Firefox sync
De SME Server Wiki
Révision de 26 juin 2012 à 18:00 par WikiSysop (discussion | contributions)
installer le serveur sync de firefox sur sme 7
http://docs.services.mozilla.com/howtos/run-sync.html
Sommaire
prerequis
yum install mysql-devel openldap-devel
Mercurial repo
wget http://pkgs.repoforge.org/mercurial/mercurial-hgk-1.2.1-1.el4.rf.i386.rpm wget http://pkgs.repoforge.org/mercurial/mercurial-1.2.1-1.el4.rf.i386.rpm yum localinstall
python
télécharger python 2.6.8,
tar -xzf cd ./configure make make install
path python
https://wiki.archlinux.org/index.php/Mozilla_Sync_Server#Python_preparation
Installer les plugins de python requis
$ curl -O http://python-distribute.org/distribute_setup.py $ python distribute_setup.py $ easy_install MoPyTools $ hg clone https://hg.mozilla.org/services/server-full $ cd server-full
compiler sync
$ hg clone https://hg.mozilla.org/services/server-full $ cd server-full $ make build
restaurer python
http://www.wenks.ch/fabian/mozilla-custom-sync-server/