Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

Files

Latest commit

 

History

History

sync

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Sync

This holds the client code for application sync. Some integration code exists in addons/jetpack/ and site/jsapi/sync*.

Tests

The tests are doctests, and are located in sync/tests/. These are not directly runnable, you should use the appsync server.

Once you are running the server, go to http://localhost:5000/sync/tests/

Server

To make use of sync you also really need the server: appsync

There are instructions on that page to run the server. Note you should probably edit etc/appsync-dev.ini and uncomment the appropriate lines in [storage] to use MySQL or SQLite (SQLite being the simplest).

The server is also needed to run the tests.

Questions?

Ask ianbicking on IRC/irc.mozilla.org (#openwebapps).