Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanotorresi/myskeleton
https://github.com/stefanotorresi/myskeleton
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanotorresi/myskeleton
- Owner: stefanotorresi
- License: mit
- Created: 2013-07-25T17:54:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-21T13:13:34.000Z (almost 11 years ago)
- Last Synced: 2024-11-30T07:40:40.862Z (about 1 month ago)
- Language: PHP
- Size: 457 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
MySkeleton
===Yet another Zend Framework 2 skeleton application
Installation
---Installation is done via Composer and Bower
```
$ composer create-project -sdev --prefer-dist stefanotorresi/My-Skeleton ./install-dir
$ cd install-dir && cp config/autoload/development.dist config/autoload/local.php
```If you navigate to the home and the CSS doesn't load properly, check your SASS executable path and set it accordingly to your environment.
Check the provided `.dist` configuration files for more details.