2013-08-03 20:04:33 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2018-01-30 11:02:56 +00:00
|
|
|
# Some hacks to make make demoing Perkeep less distracting but
|
2013-08-03 20:04:33 +00:00
|
|
|
# still permit using the dev-* scripts (which are normally slow and
|
|
|
|
# noisy)
|
|
|
|
|
2014-06-02 06:55:10 +00:00
|
|
|
#go run make.go
|
|
|
|
#go install camlistore.org/dev/devcam
|
|
|
|
#export CAMLI_QUIET=1
|
|
|
|
#export CAMLI_FAST_DEV=1
|
2014-01-30 16:29:50 +00:00
|
|
|
|
2014-06-02 06:55:10 +00:00
|
|
|
# Or just:
|
|
|
|
# (This way is buggy in that the server selection doesn't let you also
|
|
|
|
# pick an identity)
|
2014-01-30 16:29:50 +00:00
|
|
|
# export CAMLI_DEFAULT_SERVER=dev
|
2014-06-02 06:55:10 +00:00
|
|
|
|
|
|
|
# Better:
|
|
|
|
export CAMLI_CONFIG_DIR=$HOME/src/camlistore.org/config/dev-client-dir-demo
|