Skip to content

kpetku/hostcontrol

 
 

Repository files navigation

hostcontrol

This is a webhosting control panel written in Go Lang. The project page with screenshots, compiled binary, and some more info can be found here: http://just.ninja/hostcontrol

Get the source

mkdir -p $GOPATH/src/github.com/protosam
cd $GOPATH/src/github.com/protosam
git clone git@github.com:protosam/hostcontrol.git
cd hostcontrol
go get

Development run

For the first dev run, we need to do a setup

bash dev_run.sh first

Aftersetup is done, further runs will just be

bash dev_run.sh

Build the installer

cd $GOPATH/src/github.com/protosam/hostcontrol
bash build.sh
ls -lah build

Install it after build

cd $GOPATH/src/github.com/protosam/hostcontrol/build
bash latest.sh
ls -lah /opt/hostcontrol

About

Webhosting control panel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 99.0%
  • Go 0.4%
  • Smarty 0.2%
  • HTML 0.1%
  • CSS 0.1%
  • Shell 0.1%
  • Other 0.1%