Firefox sync : Différence entre versions
De SME Server Wiki
Ligne 1 : | Ligne 1 : | ||
− | installer le serveur sur sme 7 | + | installer le serveur sync de firefox sur sme 7 |
http://docs.services.mozilla.com/howtos/run-sync.html | http://docs.services.mozilla.com/howtos/run-sync.html | ||
+ | ==prerequis== | ||
yum install mysql-devel openldap-devel | 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-hgk-1.2.1-1.el4.rf.i386.rpm | ||
wget http://pkgs.repoforge.org/mercurial/mercurial-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 | yum localinstall | ||
+ | ===python=== | ||
+ | télécharger python 2.6.8, | ||
+ | tar -xzf | ||
+ | cd | ||
+ | ./configure | ||
+ | make | ||
+ | make install | ||
− | path python | + | === path python === |
https://wiki.archlinux.org/index.php/Mozilla_Sync_Server#Python_preparation | 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 | $ curl -O http://python-distribute.org/distribute_setup.py | ||
Ligne 27 : | Ligne 28 : | ||
$ hg clone https://hg.mozilla.org/services/server-full | $ hg clone https://hg.mozilla.org/services/server-full | ||
$ cd server-full | $ cd server-full | ||
− | + | ||
+ | == compiler sync== | ||
+ | $ hg clone https://hg.mozilla.org/services/server-full | ||
+ | $ cd server-full | ||
$ make build | $ make build | ||
− | restaurer python | + | ==restaurer python== |
http://www.wenks.ch/fabian/mozilla-custom-sync-server/ | http://www.wenks.ch/fabian/mozilla-custom-sync-server/ | ||
+ | |||
+ | ==serveur web== |
Version du 26 juin 2012 à 18:00
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/