refactor: update install logic and add missing cache config step
- add `.env.example` and `INSTALL.md` to castopod bundle for installation docs - update seeders to be silent on insert errors - update install layout - add manual config instructions when .env file is not writable - fix eslint error in Charts.ts module closes #32
Showing
- .env.example 27 additions, 0 deletions.env.example
- .rsync-filter 2 additions, 0 deletions.rsync-filter
- INSTALL.md 73 additions, 0 deletionsINSTALL.md
- app/Config/Routes.php 8 additions, 2 deletionsapp/Config/Routes.php
- app/Controllers/Admin/Podcast.php 1 addition, 1 deletionapp/Controllers/Admin/Podcast.php
- app/Controllers/Admin/PodcastSettings.php 1 addition, 1 deletionapp/Controllers/Admin/PodcastSettings.php
- app/Controllers/Install.php 206 additions, 114 deletionsapp/Controllers/Install.php
- app/Database/Seeds/AuthSeeder.php 9 additions, 2 deletionsapp/Database/Seeds/AuthSeeder.php
- app/Database/Seeds/CategorySeeder.php 4 additions, 1 deletionapp/Database/Seeds/CategorySeeder.php
- app/Database/Seeds/LanguageSeeder.php 4 additions, 1 deletionapp/Database/Seeds/LanguageSeeder.php
- app/Database/Seeds/PlatformSeeder.php 4 additions, 1 deletionapp/Database/Seeds/PlatformSeeder.php
- app/Helpers/url_helper.php 22 additions, 0 deletionsapp/Helpers/url_helper.php
- app/Language/en/Install.php 28 additions, 13 deletionsapp/Language/en/Install.php
- app/Language/en/Validation.php 2 additions, 0 deletionsapp/Language/en/Validation.php
- app/Validation/Rules.php 18 additions, 0 deletionsapp/Validation/Rules.php
- app/Views/_assets/icons/arrow-right.svg 6 additions, 0 deletionsapp/Views/_assets/icons/arrow-right.svg
- app/Views/_assets/icons/check.svg 6 additions, 0 deletionsapp/Views/_assets/icons/check.svg
- app/Views/_assets/install.ts 3 additions, 0 deletionsapp/Views/_assets/install.ts
- app/Views/install/_layout.php 2 additions, 1 deletionapp/Views/install/_layout.php
- app/Views/install/cache_config.php 44 additions, 0 deletionsapp/Views/install/cache_config.php
Loading
Please register or sign in to comment