설명 없음

orvice da70d41bab translate obfs 8 년 전
.github 41023651a6 update db 8 년 전
app a6ad59b6dd bug fixed 8 년 전
bootstrap 3cddc25fbf update translate and bump version 8 년 전
config 028d308661 move routes to app 8 년 전
public c7f481e8f2 Confirm when delete a user. 8 년 전
resources da70d41bab translate obfs 8 년 전
sql 932e9df7b8 update db 8 년 전
storage ab3b49f17b update Auth 8 년 전
tests 360a6e6e80 init mu api v2 8 년 전
.env.example e46decfed2 Introduce SendCloud mail support. 8 년 전
.env.jenkins 45463dc2e6 add .env.kenjins 8 년 전
.env.testing b305c2a321 Revert "Dev" 8 년 전
.gitattributes 3704af7a73 tpl 9 년 전
.gitignore 540e4f8417 fix redis 8 년 전
.travis.yml 0fe9276fcc add php nightly 8 년 전
LICENSE 384ae6b8d8 ch 9 년 전
README.md b305c2a321 Revert "Dev" 8 년 전
build.xml f8cc750435 update 8 년 전
composer.json 1b85b84f0f init multiple lang support 8 년 전
composer.lock 3cddc25fbf update translate and bump version 8 년 전
db-testing.sql 260c4f0726 fix custom_rss field 8 년 전
db.sql d8a41d8b5c change db sql 8 년 전
install.sh 544ad95840 add Utils test 8 년 전
phpunit.xml bfd4b27b19 update phpunit.xml 8 년 전
run.sh 384ae6b8d8 ch 9 년 전
update.sh c77c5fa653 update uuid 8 년 전
xcat eacfca55f8 fix #464 8 년 전

README.md

ss-panel

Let's talk about cat. Based on LightFish.

安装文档

Build Status Coverage Status

About

Please visit releases pages to download 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