Firefox sync : Différence entre versions

De SME Server Wiki
Ligne 23 : Ligne 23 :
 
https://wiki.archlinux.org/index.php/Mozilla_Sync_Server#Python_preparation
 
https://wiki.archlinux.org/index.php/Mozilla_Sync_Server#Python_preparation
  
alias virtualenv
+
$ 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
 
  $ hg clone https://hg.mozilla.org/services/server-full
 
  $ cd server-full
 
  $ cd server-full
Ligne 31 : Ligne 31 :
  
 
restaurer python
 
restaurer python
 +
 +
http://www.wenks.ch/fabian/mozilla-custom-sync-server/

Version du 26 juin 2012 à 17:55

installer le serveur sur sme 7

http://docs.services.mozilla.com/howtos/run-sync.html

yum install  mysql-devel openldap-devel


telecharger python 2.6.8, configure make make install


télécharger virtualenv



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


path python https://wiki.archlinux.org/index.php/Mozilla_Sync_Server#Python_preparation

$ 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

modifier le MAkefil path virtuelenv et python

$ make build

restaurer python

http://www.wenks.ch/fabian/mozilla-custom-sync-server/