diff --git a/assets/downloads/.gitignore b/assets/downloads/.gitignore old mode 100644 new mode 100755 diff --git a/assets/media/attachments/protected/.gitignore b/assets/media/attachments/protected/.gitignore old mode 100644 new mode 100755 diff --git a/assets/media/attachments/public/.gitignore b/assets/media/attachments/public/.gitignore old mode 100644 new mode 100755 diff --git a/assets/media/uploads/.gitignore b/assets/media/uploads/.gitignore old mode 100644 new mode 100755 diff --git a/assets/media/uploads/no_photo.png b/assets/media/uploads/no_photo.png old mode 100644 new mode 100755 diff --git a/setup_database.sql b/setup_database.sql new file mode 100644 index 0000000000..76389ad7b4 --- /dev/null +++ b/setup_database.sql @@ -0,0 +1,4 @@ +CREATE DATABASE IF NOT EXISTS tastyigniter CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; +CREATE USER IF NOT EXISTS 'tastyigniter_user'@'localhost' IDENTIFIED BY 'secure_password'; +GRANT ALL PRIVILEGES ON tastyigniter.* TO 'tastyigniter_user'@'localhost'; +FLUSH PRIVILEGES; diff --git a/storage/app/.gitignore b/storage/app/.gitignore old mode 100644 new mode 100755 diff --git a/storage/app/public/.gitignore b/storage/app/public/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/cache/data/.gitignore b/storage/framework/cache/data/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/sessions/.gitignore b/storage/framework/sessions/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore old mode 100644 new mode 100755 diff --git a/storage/logs/.gitignore b/storage/logs/.gitignore old mode 100644 new mode 100755 diff --git a/storage/system/.gitignore b/storage/system/.gitignore old mode 100644 new mode 100755 diff --git a/storage/system/cache/.gitignore b/storage/system/cache/.gitignore old mode 100644 new mode 100755 diff --git a/storage/system/combiner/.gitignore b/storage/system/combiner/.gitignore old mode 100644 new mode 100755 diff --git a/storage/system/templates/.gitignore b/storage/system/templates/.gitignore old mode 100644 new mode 100755 diff --git a/storage/temp/.gitignore b/storage/temp/.gitignore old mode 100644 new mode 100755 diff --git a/storage/temp/public/.gitignore b/storage/temp/public/.gitignore old mode 100644 new mode 100755 diff --git a/themes/.gitignore b/themes/.gitignore old mode 100644 new mode 100755 diff --git a/themes/demo/_pages/components.blade.php b/themes/demo/_pages/components.blade.php old mode 100644 new mode 100755 diff --git a/themes/demo/_pages/error.blade.php b/themes/demo/_pages/error.blade.php old mode 100644 new mode 100755 diff --git a/themes/demo/assets/css/demo.css b/themes/demo/assets/css/demo.css old mode 100644 new mode 100755 diff --git a/themes/demo/screenshot.png b/themes/demo/screenshot.png old mode 100644 new mode 100755 diff --git a/themes/demo/theme.json b/themes/demo/theme.json old mode 100644 new mode 100755