Skip to content

marstau/warden

Repository files navigation

warden

Travis Go Report Card Github All Releases Gitter Docker Pulls license

中文文档

Installation

You can install warden from installation package or Docker.

The default username and password are admin, please modify them immediately after login!

From installation package

  1. Download the warden installation package on this page
  2. Unzip the warden installation package
  3. Enter the extracted warden installation directory
  4. 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.

by heroku

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

Usage

Commands

go build warden.go
npm run dist

Denote

eth:0x6E6dDDE24C79e94633CACAa442FadDcD41Af31Bd

btc:1KaJo5bFTpFzJXSYDiFjYkHELvcQdy9NSn

License

Copyright (c) 2016 marstau by MIT

Reference

About

http server implemented with golang

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published