贝兼兼职,最懂你的兼职平台 体验账号:test@test.com 密码:123456
git clone https://github.com/GordonChen13/jianzhi-v2.git
composer install
把.env.example重命名为.env,并设置相应参数,消息推送用pusher,需要pusher帐号
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan queue:work
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
php artisan serve