sandeepone / holehub

HoleHUB

Home Page:http://holehub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HoleHUB

A cluster server of holed.

An easy way to run hole

Dirctory

  • /config the config of holehub.com.
  • /front the site front of holehub.com
  • /holehubd the backend server of holehub.com.
  • /holehub the client of holehub.com.

Install

go get -v github.com/Lupino/holehub/holehub

Quick start

Go to holehub.com then signup or signup by curl:

# signup on holehub.com
curl -d username=yourusername -d password=yourpassword -d email=youremail http://holehub.com/api/signup/
# then go to you email inbox active you account

Process the client:

# Login holehub.com
holehub login

# run a app
holehub run --rm -n sshd -lp 22

About

HoleHUB

http://holehub.com


Languages

Language:Go 60.6%Language:CSS 14.4%Language:JavaScript 11.9%Language:HTML 10.8%Language:Makefile 1.5%Language:Smarty 0.4%Language:Shell 0.3%