2017 © Pedro Peláez
 

library leds-sticky-notes

SickyNotes Module inspired by bigemployee's Big-Sticky-Notes Module and using Doctrine2 & JQuery

image

ledsinclouds/leds-sticky-notes

SickyNotes Module inspired by bigemployee's Big-Sticky-Notes Module and using Doctrine2 & JQuery

  • Friday, November 6, 2015
  • by ledsinclouds
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

LedsSickyNotes

Introduction

SickyNotes Module inspired by bigemployee's Big-Sticky-Notes Module and using Doctrine2 & JQuery, (*1)

Installation Using Composer

The recommended way to get a working copy of this project is to clone the repository and use composer to install dependencies:, (*2)

curl -s https://getcomposer.org/installer | php --

You would then invoke composer to install dependencies. Add to your composer.json, (*3)

"antuan-sehikyan/image-manager": "dev-master"        

Required Modules

"doctrine/doctrine-module": "0.*",  
"doctrine/doctrine-orm-module": "0.*",  
"ledsinclouds/leds-sticky-notes": "dev-master"

Configuration

Once module installed, you could declare the module into your "config/application.config.php" by adding:, (*4)

    'Application',  
    'DoctrineModule',
    'DoctrineORMModule',
    'LedsStickyNotes',                                  

Copy/Paste the configuration file and change configuration options according to your social accounts. Note: You must create applications for that..., (*5)

cp vendor/antuan-sehikyan/image-manager/config/doctrine.local.php.dist config/autoload/doctrine.local.php

Create your Database:

./vendor/bin/doctrine-module orm:validate-schema
./vendor/bin/doctrine-module orm:schema-tool:update --force

The Versions

06/11 2015

dev-master

9999999-dev https://github.com/ledsinclouds/LedsStickyNotes.git

SickyNotes Module inspired by bigemployee's Big-Sticky-Notes Module and using Doctrine2 & JQuery

  Sources   Download

BSD-3-Clause

The Requires

 

framework zf2