Skip to content

orvice/ss-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b3cae1 · Jul 3, 2017
Apr 9, 2016
Jul 3, 2017
Jul 1, 2017
Jul 2, 2017
Jul 3, 2017
Jul 3, 2017
Jul 3, 2017
Jun 14, 2016
Jul 3, 2017
Nov 29, 2016
Jan 1, 2017
Jun 29, 2017
Jul 3, 2017
May 16, 2016
Dec 31, 2016
Oct 12, 2015
Mar 2, 2017
Feb 5, 2017
Jun 27, 2017
May 1, 2016
Jan 30, 2017
Jul 2, 2017
Oct 26, 2015
Jul 2, 2017
Jul 3, 2017
May 20, 2016
Jun 22, 2017
Jun 29, 2017
Aug 25, 2016
Jul 15, 2016
Jan 30, 2017
Jan 30, 2017
Jun 22, 2017
Jun 15, 2017
Apr 10, 2016
Jul 3, 2017
Jun 29, 2017
Jun 29, 2017
May 20, 2016
Oct 26, 2015
Mar 24, 2016
Jul 2, 2017
Apr 18, 2016

Repository files navigation

ss-panel

Let's talk about cat. Based on LightFish.

Demo|API Document| 安装文档

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

About

Please visit releases pages to download ss-panel.

Install with Docker

docker pull orvice/ss-panel

Requirements

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

Supported Server

Install

Step 0

进入网站根目录下执行下面命令
git clone https://github.com/monokoo/ss-panel.git
mv ss-panel/.git . && rm -rf ss-panel && git reset --hard

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