Difference between revisions of "Package the Weave Server"
Line 3: | Line 3: | ||
== Project Description == | == Project Description == | ||
Weave is the server used by Mozilla Sync for synchronizing personal data (bookmarks, passwords, form values, and cookies) across multiple machines and architectures (Windows/Linux, Android, etc). This project involves packaging Weave for Fedora and getting it through the [http://fedoraproject.org/wiki/Package_Review_Process package review process]. This is being done so individuals, groups, and companies can run their own private weave server. | Weave is the server used by Mozilla Sync for synchronizing personal data (bookmarks, passwords, form values, and cookies) across multiple machines and architectures (Windows/Linux, Android, etc). This project involves packaging Weave for Fedora and getting it through the [http://fedoraproject.org/wiki/Package_Review_Process package review process]. This is being done so individuals, groups, and companies can run their own private weave server. | ||
− | |||
== Project Leader(s) == | == Project Leader(s) == | ||
[http://zenit.senecac.on.ca/wiki/index.php/User:Jpmorgan Justin Morgan] | [http://zenit.senecac.on.ca/wiki/index.php/User:Jpmorgan Justin Morgan] | ||
− | |||
== Project Details == | == Project Details == | ||
<!-- Provides more depth than the Project Description. This is the place for technical discussions, project specs, or other details. If this gets very long, you might consider breaking this part into multiple pages and linking to them. --> | <!-- Provides more depth than the Project Description. This is the place for technical discussions, project specs, or other details. If this gets very long, you might consider breaking this part into multiple pages and linking to them. --> | ||
− | Weave consists of two APIs: | + | Weave Server consists of two APIs: |
− | * [http://hg.mozilla.org/services/sync-server | + | * [http://hg.mozilla.org/services/sync-server Sync (sync-server)] |
− | * [http://hg.mozilla.org/services/reg-server | + | * [http://hg.mozilla.org/services/reg-server Registration (reg-server)] |
Sync is used for synchronizing data with the Weave server, while Reg-Server is used for setting up and managing user accounts. | Sync is used for synchronizing data with the Weave server, while Reg-Server is used for setting up and managing user accounts. | ||
− | The objective of the project is to have the Weave server packaged and available on the main Fedora respositories (yum install weave). | + | The objective of the project is to have the Weave server packaged and available on the main Fedora respositories (yum install weave). The package should allow a user to install a working Weave server with minimal configuration. |
== Project Plan == | == Project Plan == | ||
Line 24: | Line 22: | ||
Tracking Mechanism: | Tracking Mechanism: | ||
* [https://bugzilla.redhat.com/show_bug.cgi?id=690360 Bugzilla ID: 690360] | * [https://bugzilla.redhat.com/show_bug.cgi?id=690360 Bugzilla ID: 690360] | ||
+ | |||
Key Contacts: | Key Contacts: |
Revision as of 11:02, 27 March 2011
Contents
Package the Weave Server
Project Description
Weave is the server used by Mozilla Sync for synchronizing personal data (bookmarks, passwords, form values, and cookies) across multiple machines and architectures (Windows/Linux, Android, etc). This project involves packaging Weave for Fedora and getting it through the package review process. This is being done so individuals, groups, and companies can run their own private weave server.
Project Leader(s)
Project Details
Weave Server consists of two APIs:
Sync is used for synchronizing data with the Weave server, while Reg-Server is used for setting up and managing user accounts.
The objective of the project is to have the Weave server packaged and available on the main Fedora respositories (yum install weave). The package should allow a user to install a working Weave server with minimal configuration.
Project Plan
Tracking Mechanism:
Key Contacts:
Goals for each release and plans for reaching those goals:
- 0.1 - Documentation for the manual installation of Weave server.
- 0.2 - Initial package release tested with mock and koji. Bugzilla request made to begin Fedora package review process.
- 0.3 - Package passes the review process and is submitted to koji for inclusion in Fedora repo.
Communication
IRC
Mailing Lists
Weave Server List (Google Groups)
Upsteam Wiki and Web
Links/Bugs/Tracking
Sync-Server 1.1 Setup/Config (Source)
Reg-Server 1.0 Setup/Config (Source)
Source Code Control
Blogs
Project News
3/27/2011
Both 0.1 and 0.2 milestones have been completed. Install documentation added to wiki and initial bugzilla request has been submitted for Package review.
2/2/2011
Initial wiki page created. Met with Mike Hoye to discuss initial package design. It was decided that the /etc/httpd/conf.d/ folder would be used to automatically pick up the weave apache conf file to help automate the install process.