mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
ALPHA 3.0.2a
This commit is contained in:
6
install.sh
Normal file
6
install.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
sudo composer update
|
||||
sudo chmod -R 777 storage/
|
||||
sudo chmod -R 777 bootstrap/
|
||||
php artisan migrate
|
||||
php artisan db:seed
|
||||
Reference in New Issue
Block a user