Code Monkey home page Code Monkey logo

aggregator's Introduction

Basic Requirements:
	testing github
	Coldfusion 9.0.1
	Coldbox 3.00
	Microsoft SQL Server. In case of Mysql remove the unique key constraints in the blogs and blogEntries model since its throwing an error when hibernate creates the constraints.
	ORM Enabled coldbox 3.00 application.
	SES Interceptor enabled.

Installation Instruction:
Grab the Aggregator Module and place it in the Modules Directory.
Enable ORM with data source and set the cfc locations.
 e.g:
 	<cfscript>
		this.datasource = 'datasource name';
		this.ormEnabled = true;
		this.ormSettings	  = {
			cfclocation	= "modules/aggregator/model", // orm model location
			dbcreate 	= "update",
			flushatrequestend = false
		};
	</cfscript>	
Enable coldbox event and handler caching settings.
Enable SES interceptor if not enabled since this app requires SES enabled.
Add the following Module route to the routes.cfm file:
	addModuleRoutes(pattern="/aggregator",module="aggregator");
Configure Logbox in your coldbox config if you need to log info logged by the module.
Secure the Admin module handler (aggregator:admin.*) using your security interceptor.
URLs if App is running in root.
Admin URL: http://localhost/aggregator/admin
Aggregator Home page: http://localhost/aggregator/

Sample Coldbox Application URL : http://goo.gl/ZFS2I



	
	

	

	

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.