# cd <project_dir>
# clone main repository
git clone git@github.com:studio107/Mindy.git .
# clone modules from github
sh ./install.sh
# install composer
cd ./app
composer install
# copy app/config/settings_local.php.dist app/config/settings_local.php
# edit db connection settings in app/config/settings_local.php
# create tables in database
php www/index.php db sync
# create superuser
php www/index.php user createsuperuser --username=admin --email=admin@admin.com
# set permissions for runtime dir
chmod -R 0777 ./app/runtime
-
Notifications
You must be signed in to change notification settings - Fork 3
[DEPRECATED] Mindy Framework
MindyPHP/MindyLegacy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|