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
/
README
executable file
·55 lines (39 loc) · 2.06 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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!