2.0 KiB
Download Perkeep
The latest release is 2017-05-05.
Or, the canonical git repo is:
$ git clone https://camlistore.googlesource.com/camlistore
Build
If you have downloaded one of the binary archives (for Darwin, Linux, or Windows), skip this section.
Download and install Go if you don't have that installed already. As of revision 2e46fca5cc, Perkeep requires Go 1.9 or newer.
Build Perkeep by running this command in the folder you downloaded or checked out:
$ go run make.go
Getting started
Once you've successfully built the Perkeep components, you can run the server with:
$ ./bin/camlistored
This will create configuration and public/private
key information in $HOME/.config/camlistore/
(or where
camtool env configdir
points). You can start and stop camlistored as
you see fit.
You're done setting up! Running camlistored should open a new browser window pointed at your keep where you can start uploading and interacting with data.
Developers typically use the ./bin/devcam
wrapper to isolate their
test environment from their production instance and to simplify common
development tasks. If you have questions, you can ask the mailing
list.
Release Notes
Previous release notes:
- 2017-03-01
- 0.9 ("Astrakhan"), 2015-12-30
- 0.8 ("Tokyo"), 2014-08-03
- 0.7 ("Brussels"), 2014-02-27
- 0.6 ("Cannon Beach"), 2013-12-25
- 0.5 ("Castletownbere"), 2013-09-21
- 0.4 ("Oyens"), 2013-08-26
- 0.3 ("Glebe"), 2013-07-28
- 0.2 ("Portland"), 2013-06-22
- 0.1 ("Grenoble"), 2013-06-11