https://github.com/Osushi/osushi_framework_example
This script support this:
- Serve request and response(view) on web
- PHP >= 5.6.*
brew install php56
- MySQL >= 5.5.*
- SQLite >= 3.8.*
- Node.js >= 5.6.* (npm >= 3.6.*)
Note:
$ brew install node
- Modules
Note:
$ brew install php56-mcrypt
You must follow these before running.
$ cd {ROOT_PATH}
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
$ cp .env.sample .env # Set environment variables!
$ bin/robo init
$ cd {ROOT_PATH}
$ php composer.phar self-update; php composer.phar update # If you need there.
$ php -S 0.0.0.0:2000 -t public/
Use Codeception testing framework.
- Install Dependencies
$ bin/codecept bootstrap
- Run
$ cd {ROOT_PATH}
$ bin/codecept run
Copyright (C) Osushi