/var/softaculous/tastyigniter
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env7210644editdlrm
.htaccess450644editdlrm
clone.php101420644editdlrm
composer.json30220644editdlrm
extend.php93120644editdlrm
fileindex.php2960644editdlrm
import.php54250644editdlrm
info.xml55520644editdlrm
install.js9210644editdlrm
install.php74110644editdlrm
install.xml126860644editdlrm
md521590644editdlrm
notes.txt15190644editdlrm
update_pass.php4970644editdlrm
_edit.php46130644editdlrm
_edit.xml4330644editdlrm
Edit: /var/softaculous/tastyigniter/notes.txt (1519B)
Note: Check and copy /storage/app/public/media/* from manual to our zip and remove bootstrap/cache files. 1. Don't install with demo data 2. We need to configure .htaccess to set RewriteBase 3. Use composer command to download TastyIgniter and make zip i.e : php composer.phar create-project tastyigniter/tastyigniter [[softpath]]/tastyigniter354 4. Use the following CLI command to install TastyIgniter : php artisan igniter:install (Demo data : no when CLI prompts for demo data) 5. CLI installation steps are mentioned here: https://tastyigniter.com/docs/installation#command-line-installation 6. PHP REQUIREMENT LINK : https://tastyigniter.com/docs/installation#minimum-requirements and check /vendor/composer/platform_check.php as well. 7. Cron setup mentioned here : https://tastyigniter.com/docs/master/installation#setting-up-the-task-scheduler 8. Please note that we haven't added mcrypt in extension list in info.xml though it's mentioned on official website. Since it's removed as of 7.2.0 9. We have explicitly set 'super_user' entry under `[[dbprefix]]users` table to 1 due to this issue https://github.com/tastyigniter/TastyIgniter/issues/878 Check in next version, whether we need to do this explicitly or not.(Not needed since 3.2.0. resolved in 3.2.0) 10. Select "Yes" for "Create a symbolic link" in the last step of CLI installation. 11. Once the table migration gets over visit https://[[softurl]]/public/admin to create an admin user. 12. When the installer ask for url, fill the url with /public.