Skip to content

Commit

Permalink
Add docs on how to upate a run-your-own-sync-server build.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed May 24, 2012
1 parent 9ef4aff commit 55f95d9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions source/howtos/run-sync.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,24 @@ Sync Server.
You should then see a lot of output in the stdout, which are the calls made
by the browser for the initial sync.

Updating the server
===================

You should periodically update your code to make sure you've got the latest
fixes. The following commands will update server-full in place::

$ cd /path/to/server-full
$ hg pull
$ hg update
$ make build

By default, the **build** command will checkout the latest released tags for
each server product. If you need access to a fix that has not yet been
released (or if you just want to live on the bleeding edge) then you can
build the development channel like so::

$ make build CHANNEL=dev


Using MYSQL or LDAP or ...
==========================
Expand Down

0 comments on commit 55f95d9

Please sign in to comment.