hostcontrol

command module
v0.0.0-...-4c21c39 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2018 License: MIT Imports: 7 Imported by: 0

README

THIS REPO IS NO LONGER MAINTAINED

Sorry about that, I've not had time to work on this in a very long time. If you need a cPanel alternative that's free, I'd recommend checking out CyberPanel: https://cyberpanel.net/

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

Prepare your RedHat 7/CentOS 7 server before hand

We need these packages to get the source.

yum install golang git -y
echo 'export GOPATH=$HOME/go' >> ~/.bashrc
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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
www
Concurrent computation of pi.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL