Giter VIP home page Giter VIP logo

ssrpanel-experv's Introduction

SSRPanel

A set of achievement about freedom and blood.

Installtion Tutorial

1.bt.cn

Install the panel
Enable curl、gd、fileinfo、openssl components
Enable all functions which start with 'proc_' (from 'disable_function' configuration)
Establish a new website, set relevant configuration(floder)
Add rewrite rules of 'Laravel'

location / {
    try_files $uri $uri/ /index.php$is_args$args;
}

2.Git clone and necessary configuration

Set everything absolutely correctly in .env file in root directory(rename from .env.example)
After modification, excute following codes

php artisan cache:clear 
php artisan config:clear

3.Database initialization

Establish a database in 'utf8mb4'
Import the sql file from 'sql' folder

4.Process installtion

cd ssrpanel/
php composer.phar install
php artisan key:generate
chown -R www:www storage/
chmod -R 777 storage/

5.Add timed task via crontab and run queue

use the same role as ssrpanel

crontab -e -u www
* * * * * php /home/wwwroot/ssrpanel/artisan schedule:run >> /dev/null 2>&1

sh queue.sh

Everything should work smoothly and safe

Q&A:Customize images and other assets

logo/home_logo

~/public/assets/images/

footer

~/resources/views/user/layouts.blade.php
~/resources/views/admin/layouts.blade.php

ssrpanel-experv's People

Contributors

828768 avatar aiden3434 avatar chennhaoo avatar darvenking avatar garhing avatar h2y avatar hamishzx avatar hardywu avatar itquannet avatar leoleoasd avatar lordlezehaf avatar lyjspeedx avatar monokoo avatar saifsas avatar scyllaly avatar sheffieldlee avatar slobber avatar stoneworld avatar zbrettonye avatar ziqi-cn avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

samac08

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.