Skip to content
orvice edited this page Jul 3, 2017 · 1 revision

Install

Requirements

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

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

Clone this wiki locally