website: make 0.11 visible

Fixes #1307
This commit is contained in:
mpl 2020-11-19 02:21:19 +01:00
parent 0e2a6c0256
commit b470765c15
3 changed files with 6 additions and 17 deletions

View File

@ -17,6 +17,6 @@ use -upload=true to directly upload the tarball to the perkeep-release Google Cl
** How to generate a release, i.e. all the tarballs/zips, and the release page: **
go run ./misc/release/make-release.go -rev=$GIT_REVISION -version=0.10.1 -stats_from=d6fb092e69ebf96faa68b3c2379aeb3563840c1b
go run ./misc/release/make-release.go -rev=76755286451a1b08e2356f549574be3eea0185e5 -version=0.11 -stats_from=b57013cb8296ee4b670aaf5b15ed5912595d37c6
It will create the archives in ./misc/release, upload them (with a versioned name) to the perkeep-release bucket, and it will create the ./doc/release/release.html page.

View File

@ -1,10 +1,9 @@
# Download Perkeep
The latest release is [0.10 ("Bellingham")](/doc/release/0.10), released 2018-05-02.
The latest release is [0.11 ("Seattle")](/doc/release/0.11), released 2020-11-11.
Or, using the latest code from git:
$ cd $GOPATH/src
$ git clone https://github.com/perkeep/perkeep.git perkeep.org
## Build
@ -14,16 +13,10 @@ Windows), skip this section.
[Download and install Go](http://golang.org/doc/install) if you don't
have that installed already. As of revision
[2e46fca5cc](https://github.com/perkeep/perkeep/commit/2e46fca5cc1179dbd90bec49fec3870e6eca6c45),
Perkeep requires [Go 1.10 or newer](https://golang.org/dl/).
Build Perkeep by making sure you git cloned it to a directory named
"`perkeep.org`" and that directory is in the right place in your
`$GOPATH`. If you haven't set `$GOPATH` explicitly, then Go uses
`$HOME/go` by default, which means your `perkeep.org` directory should
be at `$HOME/go/src/perkeep.org`. Then from that `perkeep.org`
directory, run:
[cb96bb8bd3](https://github.com/perkeep/perkeep/commit/cb96bb8bd32ce5f1a882b6d06a869a1a1925c57d),
Perkeep requires [Go 1.15 or newer](https://golang.org/dl/).
$ cd perkeep.org
$ go run make.go
## Getting started
@ -47,10 +40,6 @@ test environment from their production instance and to simplify common
development tasks. If you have questions, you can ask the [mailing
list](https://groups.google.com/group/camlistore).
## Synology
We are also starting to [provide packages](/doc/synology) for Synology appliances.
## Mobile
The project also has an Android app to upload your files (mainly photos) to a

View File

@ -23,7 +23,7 @@
<h2 id="latest-release">Latest Release</h2>
<p>The latest release is <a href="docs/release/0.10">0.10 ("Bellingham")</a>, released 2018-05-02.</p>
<p>The latest release is <a href="docs/release/0.11">0.11 ("Seattle")</a>, released 2020-11-11.</p>
<p>Follow the <a href="/download">download and getting started instructions</a> to set up Perkeep.</p>
<h2 id="video-demo">Video Demo</h2>