Firefox sync : Différence entre versions
De SME Server Wiki
(Page créée avec « 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 mak... ») |
|||
Ligne 19 : | Ligne 19 : | ||
yum localinstall | yum localinstall | ||
− | + | ||
− | $ hg clone https://hg.mozilla.org/services/server-full $ cd server-full | + | path python |
+ | https://wiki.archlinux.org/index.php/Mozilla_Sync_Server#Python_preparation | ||
+ | |||
+ | alias virtualenv | ||
+ | |||
+ | $ hg clone https://hg.mozilla.org/services/server-full | ||
+ | $ cd server-full | ||
modifier le MAkefil path virtuelenv et python | modifier le MAkefil path virtuelenv et python | ||
$ make build | $ make build | ||
+ | |||
+ | restaurer python |
Version du 26 juin 2012 à 17:39
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
alias virtualenv
$ hg clone https://hg.mozilla.org/services/server-full $ cd server-full
modifier le MAkefil path virtuelenv et python
$ make build
restaurer python