Skip to content

ChromiumX/ss-panel

 
 

Repository files navigation

ss-panel

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

About

v3未完成,请查看v2

Requirements

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

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 config-sample config

Then edit config file under config dir.

Step 3

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;
    }
    

About

Let's talk about cat

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smarty 53.0%
  • PHP 33.1%
  • CSS 7.9%
  • JavaScript 5.7%
  • Other 0.3%