mirror of
https://github.com/donl/gPanel.git
synced 2026-05-25 22:06:55 -06:00
Merge pull request #139 from george-e-shaw-iv/master
Put github docs into .github folder, added preview images, and restructured readme
This commit is contained in:
commit
afdc1021a2
5 changed files with 26 additions and 4 deletions
0
CONTRIBUTING.md → .github/CONTRIBUTING.md
vendored
0
CONTRIBUTING.md → .github/CONTRIBUTING.md
vendored
0
LICENSE → .github/LICENSE
vendored
0
LICENSE → .github/LICENSE
vendored
30
README.md → .github/README.md
vendored
30
README.md → .github/README.md
vendored
|
|
@ -4,13 +4,35 @@ A web-hosting control panel written in Go.
|
|||
|
||||
*__Note:__ This software currently only runs on Linux systems.*
|
||||
|
||||
## Stack
|
||||
## Table of Contents
|
||||
1. [Technology Stack](#technology-stack)
|
||||
2. [Preview Images](#preview-images)
|
||||
3. [Contribution Set-up & Deployment](#contribution-set-up--deployment)
|
||||
4. [Installation for Use](#installation-for-use)
|
||||
* [System Requirements](#system-requirements)
|
||||
* [Installing openssh-server](#installing-openssh-server)
|
||||
* [Creating the Host Key-pair](#creating-the-host-key-pair)
|
||||
* [.ssh Folder and Files Permissions Reference](#ssh-folder-and-files-permissions-reference)
|
||||
* [Getting the Repository and Running](#getting-the-repository-and-running)
|
||||
|
||||
## Technology Stack
|
||||
|
||||
Backend: __[Go (1.8+)](https://golang.org/)__
|
||||
Database: __[Bolt](https://github.com/boltdb/bolt)__
|
||||
CSS Toolkit(s): __[Bootstrap 4](http://getbootstrap.com/) & [Font Awesome](http://fontawesome.io/)__
|
||||
JS Toolkit(s): __[jQuery](https://jquery.com/)__
|
||||
|
||||
## Preview Images
|
||||
|
||||
gPanel Structure
|
||||

|
||||
|
||||
gPanel Server
|
||||

|
||||
|
||||
gPanel Account
|
||||

|
||||
|
||||
## Contribution Set-up & Deployment
|
||||
|
||||
To get the repo...
|
||||
|
|
@ -44,9 +66,9 @@ go build gpanel.go
|
|||
sudo ./gpanel
|
||||
```
|
||||
|
||||
## Installation
|
||||
## Installation for Use
|
||||
|
||||
#### Requirements
|
||||
#### System Requirements
|
||||
|
||||
- Linux
|
||||
- adduser command (already installed on most debian-based Linux systems)
|
||||
|
|
@ -123,7 +145,7 @@ drwx------ 7 root root 4096 Jan 17 14:42 ..
|
|||
```
|
||||
|
||||
|
||||
#### Installing and Running gPanel
|
||||
#### Getting the Repository and Running
|
||||
|
||||
1. go get github.com/Ennovar/gPanel
|
||||
2. cd ~/go/src/github.com/Ennovar/gPanel
|
||||
Loading…
Add table
Add a link
Reference in a new issue