This repository has been archived by the owner on Jul 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
An easy-to-use web framework for haXe.
License
theRemix/haxigniter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
haXigniter v0.57 ================ Welcome to haXigniter! The easy-to-use web framework for haXe. Home page ========= http://wiki.github.com/ciscoheat/haxigniter Quick start =========== http://wiki.github.com/ciscoheat/haxigniter/quick-start Really quick start ================== If you're an experienced programmer and know web server configuration, here's a really quick start. All paths and file references will be relative to this directory (where the README file is). 1. "src/haxigniter/application" is where your application is, and where you will deploy most of your code. The first thing you should do is to look through the file "src/haxigniter/application/config/Config.hx" to see what you can configure, especially the "development" setting. Everything is set up to just work for most systems, so hopefully you don't have to change anything. 2. Goto the "tools" dir and if you're on Windows, run "build.bat". Linux users executes "./build.sh" of course. If you're targeting neko, use "build.bat -neko". See http://wiki.github.com/ciscoheat/haxigniter/deployment for more build info. 3. If no errors, you now have a haXigniter-app in the "bin/www" directory. Copy the contents of "bin/www" to the root of a web server directory. (index.php and the lib dir) 4. Browse to the web server. If everything worked, you will see the start page. 5. The next thing to do is to look at the files in "src/haxigniter/application/controllers" for an explanation how to call the controllers. Or you can go on a guided tour here: http://wiki.github.com/ciscoheat/haxigniter/guided-tour Good luck, and thanks for your interest! If you're using FlashDevelop, there is a project file for your convenience: "src/haxigniter.hxproj". Contact ======= For help, questions, comments or contributions, the official mailing list for haXigniter is here: http://groups.google.com/group/haxigniter Join the list and welcome to the community! If your query is more private, mail me at haxigniter AT gmail DOT com. Looking forward talking to you!
About
An easy-to-use web framework for haXe.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published