No Description

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

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