You can install warden from installation package or Docker.
The default username and password are admin
, please modify them immediately after login!
- Download the warden installation package on this page
- Unzip the warden installation package
- Enter the extracted warden installation directory
- Run
warden
Then, warden is running at http://localhost:9876
.
Linux & Mac user quick start command
wget https://github.com/marstau/warden/releases/download/v{{VERSION}}/warden_{{OS}}_{{ARCH}}.tar.gz
tar -xzvf warden_{{OS}}_{{ARCH}}.tar.gz
cd warden_{{OS}}_{{ARCH}}
./warden
Please replace {{VERSION}}, {{OS}}, {{ARCH}} first.
heroku addons:create heroku-postgresql:hobby-basic -a magellan-warden
heroku buildpacks:add https://github.com/debitoor/ssh-private-key-buildpack.git -a magellan-warden
heroku buildpacks:add heroku/go -a magellan-warden
heroku config:set SSH_KEY=$(cat ~/.ssh/id_rsa | base64) -a magellan-warden
heroku config:set url="https://github.com/search" -a magellan-warden
go build warden.go
npm run dist
eth:0x6E6dDDE24C79e94633CACAa442FadDcD41Af31Bd
btc:1KaJo5bFTpFzJXSYDiFjYkHELvcQdy9NSn
Copyright (c) 2016 marstau by MIT