simukti / UrlNote2

Zend Framework 2 version of UrlNote, with Bootstrap CSS 3, and Oauth login.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INFO

This is my Zend Framework 2 coding sample, new version of UrlNote 1

Powered By

  • Zend Framework 2
  • MySQL
  • Bootstrap CSS 3
  • FontAwesome 4
REQUIREMENTS
  • PHP 5.4
  • Apache/Nginx
  • MySQL Server
INSTALLATION
  • Create your virtual host (nginx/apache), and set public web directory to ./public
  • Rename ./config/autoload/env.local.php.dist to ./config/autoload/env.local.php and set your ZF2 path
  • Rename ./config/autoload/local.php.dist to ./config/autoload/local.php and fill MySQL parameters
  • Import database schema in ./data/schema.sql
  • Access previously created virtual host from web browser
  • Violaa... you can see screenshot below (without data)
SCREENSHOT

UrlNote 2

LICENSE

Copyright (c) 2014 Sarjono Mukti Aji me@simukti.net

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Zend Framework 2 version of UrlNote, with Bootstrap CSS 3, and Oauth login.

License:MIT License


Languages

Language:CSS 51.2%Language:PHP 48.2%Language:JavaScript 0.6%