https://github.com/mindyphp/mindy_start
[DEPRECATED] Starter kit
https://github.com/mindyphp/mindy_start
Last synced: about 2 months ago
JSON representation
[DEPRECATED] Starter kit
- Host: GitHub
- URL: https://github.com/mindyphp/mindy_start
- Owner: MindyPHP
- Created: 2015-10-27T08:23:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T09:06:33.000Z (over 9 years ago)
- Last Synced: 2025-02-05T12:14:41.223Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Installation
```bash
# cd
# clone main repository
git clone [email protected]:studio107/Mindy_Start.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 protected]
# set permissions for runtime dir
chmod -R 0777 ./app/runtime
```# Demo
[demo site](http://demo.mindy-cms.com/)
# IRC
Сервер: `irc.freenode.net`
Порт: `6667`
Канал: `#mindy`