Aucune description

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

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