v3未完成,请查看v2
- PHP 5.5 or newer
- Web server with URL rewriting
- MySQL
git clone https://github.com/orvice/ss-panel.git
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
cp config-sample config
Then edit config file under config dir.
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;
}