部署资产管理系统Snipe-IT
https://github.com/snipe/snipe-it
cd snipe-it-6.4.2
php artisan route:clear
php artisan key:generate
chmod -R 755 public
chmod -R 755 storage
chmod 775 bootstrap/cache
chown -R www-data:www-data storage
chown -R www-data:www-data public/uploads
chown -R www-data:www-data public
chown www-data:www-data bootstrap/cache
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。