Difference between revisions of "Package the Weave Server"
(→Links/Bugs/Tracking) |
(→Milestone 0.3) |
||
(28 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
* [http://hg.mozilla.org/services/reg-server Registration (reg-server)] | * [http://hg.mozilla.org/services/reg-server Registration (reg-server)] | ||
− | Sync is used | + | Sync-server is used to synchronizing data with Sync clients. Reg-server is used for creating 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. | 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. | ||
Line 21: | Line 21: | ||
Tracking Mechanism: | Tracking Mechanism: | ||
− | * [ | + | * [http://bugzilla.redhat.com Bugzilla] |
− | |||
Key Contacts: | Key Contacts: | ||
* [http://zenit.senecac.on.ca/wiki/index.php/User:Mhoye Mike Hoye] | * [http://zenit.senecac.on.ca/wiki/index.php/User:Mhoye Mike Hoye] | ||
− | * [http://zenit.senecac.on.ca/wiki/index.php/User: | + | * [http://zenit.senecac.on.ca/wiki/index.php/User:Chris_Tyler Chris Tyler] |
− | |||
Goals for each release and plans for reaching those goals: | Goals for each release and plans for reaching those goals: | ||
* 0.1 - Documentation for the manual installation of Weave server. | * 0.1 - Documentation for the manual installation of Weave server. | ||
− | * 0.2 - Initial package release tested with mock and koji. Bugzilla request | + | * 0.2 - Initial package release tested with mock and koji. Bugzilla request submitted for package review process. |
− | * 0.3 - Package | + | * 0.3 - Package completes review process and is ready for inclusion in the official Fedora repos. |
+ | |||
+ | == Project Milestones/Releases == | ||
+ | |||
+ | === Milestone 0.1 === | ||
+ | [http://justinpaulmorgan.blogspot.com/2011/03/installing-weave-server-fedora.html Installing Weave Server Documentation] | ||
+ | |||
+ | === Milestone 0.2 === | ||
+ | [https://bugzilla.redhat.com/show_bug.cgi?id=690360 Bugzilla ID: 690360 - Package Review] | ||
+ | |||
+ | === Milestone 0.3 (Not Final)=== | ||
+ | Latest Package Release (20110314-1): | ||
+ | * [http://matrix.senecac.on.ca/~jpmorgan/SPECS/weave.spec SPEC] | ||
+ | * [http://matrix.senecac.on.ca/~jpmorgan/SRPMS/weave-20110314-1.fc14.src.rpm SRPM] | ||
+ | * [http://matrix.senecac.on.ca/~jpmorgan/RPMS/weave-20110314-1.fc14.noarch.rpm RPM] | ||
+ | |||
+ | [http://zenit.senecac.on.ca/wiki/index.php/Winter_2011_Handout_-_Package_the_Weave_Server Winter 2011 Handout - Package the Weave Server] | ||
== Communication == | == Communication == | ||
Line 48: | Line 62: | ||
[https://wiki.mozilla.org/Services/Sync Weave Mozilla Wiki] | [https://wiki.mozilla.org/Services/Sync Weave Mozilla Wiki] | ||
− | === | + | === Source Code (Mozilla) === |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- Add a link to source code URLs, including git/mercurial/svn/cvs repositories --> | <!-- Add a link to source code URLs, including git/mercurial/svn/cvs repositories --> | ||
− | [http://hg.mozilla.org/services/sync-server/ Sync- | + | [http://hg.mozilla.org/services/sync-server/ Sync-server Source/Changelog] |
− | [http://hg.mozilla.org/services/reg-server/ Reg- | + | [http://hg.mozilla.org/services/reg-server/ Reg-server Source/Changelog] |
=== Blogs === | === Blogs === | ||
Line 70: | Line 74: | ||
* [http://annasob.wordpress.com Anna Sobiepanek] | * [http://annasob.wordpress.com Anna Sobiepanek] | ||
− | * [http://tobyelliott.wordpress.com/ Building Weave | + | * [http://tobyelliott.wordpress.com/ Toby Elliot (Building Weave)] |
== Project News == | == Project News == | ||
+ | ===4/12/2011=== | ||
+ | Weave package now uses upstream sources, version reflect Mercurial tag date. | ||
+ | |||
+ | ===4/10/2011=== | ||
+ | Updated Milestone 0.2 with latest package release with Bugzilla Review Process fixes. | ||
+ | |||
+ | ===3/30/2011=== | ||
+ | Updated Milestone 0.2 to release 3 as per changes from review process. | ||
− | + | ===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. | + | 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. Links added to package files. |
− | + | ===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. | 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. | ||
<!-- This is where a permanent record of your releases and updates will go. In these you should discuss the status or your work, your interactions with other members of the community (e.g., Seneca and Mozilla), problems you have encountered, etc. --> | <!-- This is where a permanent record of your releases and updates will go. In these you should discuss the status or your work, your interactions with other members of the community (e.g., Seneca and Mozilla), problems you have encountered, etc. --> |
Latest revision as of 20:53, 12 April 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-server is used to synchronizing data with Sync clients. Reg-server is used for creating 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 submitted for package review process.
- 0.3 - Package completes review process and is ready for inclusion in the official Fedora repos.
Project Milestones/Releases
Milestone 0.1
Installing Weave Server Documentation
Milestone 0.2
Bugzilla ID: 690360 - Package Review
Milestone 0.3 (Not Final)
Latest Package Release (20110314-1):
Winter 2011 Handout - Package the Weave Server
Communication
IRC
Mailing Lists
Weave Server List (Google Groups)
Upsteam Wiki and Web
Source Code (Mozilla)
Blogs
Project News
4/12/2011
Weave package now uses upstream sources, version reflect Mercurial tag date.
4/10/2011
Updated Milestone 0.2 with latest package release with Bugzilla Review Process fixes.
3/30/2011
Updated Milestone 0.2 to release 3 as per changes from review process.
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. Links added to package files.
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.