Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit bc1cb90

Browse files
committed
add README
1 parent 3e75327 commit bc1cb90

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Sandpass
2+
3+
Sandpass is a web-based password manager based on the Keepass database format
4+
that runs on [Sandstorm](https://sandstorm.io/). Sandpass is still under
5+
development, so expect some rough edges.
6+
7+
## Installing
8+
9+
Once Sandpass is released on the Sandstorm App Market, it will be as simple as
10+
one click to Demo and Install on Oasis.
11+
12+
## Building
13+
14+
Prerequisite: [Go 1.6](https://golang.org/dl/)
15+
16+
```
17+
go get zombiezen.com/go/sandpass
18+
cd $GOPATH/zombiezen.com/go/sandpass
19+
```
20+
21+
Running as a normal HTTP server:
22+
23+
```
24+
sandpass -db=foo.db -listen=localhost:8080 -permissions=false
25+
```
26+
27+
Running as a Sandstorm app (requires [vagrant-spk](https://docs.sandstorm.io/en/latest/vagrant-spk/installation/)):
28+
29+
```
30+
vagrant-spk dev
31+
```
32+
33+
## License
34+
35+
Apache 2.0. See the LICENSE file for details. Vendored libraries are released
36+
under their respective licenses.

0 commit comments

Comments
 (0)