-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
# Seafile | ||
## Deploy | ||
|
||
## Deploying Seafile | ||
|
||
#### For Third-party Packagers | ||
|
||
Here we describe how to deploy Seafile from prebuild binary packages. | ||
|
||
If you want to package seafile yourself, (e.g. for your favorite Linux distribution), you should always use the correspondent tags: | ||
|
||
* When we release a new version of seafile client, say 2.0.1, we will add tags '''v2.0.1''' to libsearpc, ccnet, seafile and seafile-client. | ||
* Likewise, when we release a new version of seafile server, say 2.0.1, we will add tags '''v2.0.1-server''' to libsearpc, ccnet, seafile and seahub. | ||
|
||
'''Note''': In the rest of this page, the version numbers of each project has nothing to do with the tag name. | ||
* When we release a new version of seafile client, say 3.0.1, we will add tags `v3.0.1` to ccnet, seafile and seafile-client. | ||
* Likewise, when we release a new version of seafile server, say 3.0.1, we will add tags `v3.0.1-server` to ccnet, seafile and seahub. | ||
* For libsearpc, we always use tag `v3.0-latest`. | ||
|
||
**Note**: The version numbers of each project has nothing to do with the tag name. |