CFWheels provides fast application development, a great organization system for your code, and is just plain fun to use.
One of our biggest goals is for you to be able to get up and running with CFWheels quickly. We want for you to be able to learn it as rapidly as it is to write applications with it.
In this Beginner Tutorial: Hello World, we'll be writing a simple application to make sure we have CFWheels installed properly and that everything is working as it should. Along the way, you'll get to know some basics about how applications built on top of CFWheels work.
We encourage you to contribute to CFWheels! Please check out the Coding Guidelines for guidelines about how to proceed. Join us!
Before running tests, make sure that all debugging is turned OFF. This could add a considerable amount of time for the tests to complete and may cause your engine to become unresponsive.
- Create a database on a supported database server named
wheelstestdb
. At this time the supported database servers are H2, Microsoft SQL Server, PostgreSQL and MySQL. - Create a datasource in your CFML engine's administrator named
wheelstestdb
pointing to thewheelstestdb
database and make sure to give it CLOB and BLOB support. - Open your browser to the CFWheels Welcome Page.
- In the gray debug area at the bottom of the page, click the
Run Tests
link next to the version number on theFramework
line.
Please report any errors that you may encounter on our issue tracker. Please be sure to report the database engine (including version), CFML engine (including version), and HTTP server (including version).
CFWheels is released under the Apache License Version 2.0.
Made with contrib.rocks.