lianren / ThePanelv3

Forked from https://git.zhaoj.in/glzjin/ss-panel-v3-publicv2 ,With radius support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ss-panel

Let's talk about cat. Base on LightFish

Join the chat at https://gitter.im/orvice/ss-panel

Releases |Follow on Trello | Google+

About

Please visit releases pages to download ss-panel.

Requirements

  • PHP 5.5 or newer
  • Web server with URL rewriting
  • MySQL

Supported Server

Install

Step 0

git clone https://github.com/orvice/ss-panel.git

Step 1

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar  install

Step 2

cp .env.example .env

then edit .env

chmod -R 777 storage

Step 3

Import the sql to you mysql database.

Step 4

Nginx Config example:

if you download ss-panel on path /home/www/ss-panel

root /home/www/ss-panel/public;

location / {
    try_files $uri $uri/ /index.php$is_args$args;
}
    

Step 5 Config

view config guide on wiki

About

Forked from https://git.zhaoj.in/glzjin/ss-panel-v3-publicv2 ,With radius support.

License:MIT License


Languages

Language:Smarty 49.8%Language:PHP 30.2%Language:CSS 17.3%Language:JavaScript 2.7%Language:Shell 0.0%Language:ApacheConf 0.0%