Forum Setup
HaXe forum setup
The Haxe forum is open sourced by Nicolas, if you wish to improve it for your own use or for the community here are instructions for getting setup and any notes on installation.
In order to setup the wiki
Download the latest sources.
Install Haxe + Neko
- Requires Haxe 2.09+, currently only available from the nightly builds.
Install mtwin and templo libraries
haxelib install mtwinhaxelib install templo
Install MySql Database Server
- Download MySql Database Server
- Create a database, call it hxwiki.
Configure Website
- Copy config.tpl.xml as config.xml and configure the db field with your local mysql database server
db="mysql://root:@localhost:3306/hxwiki"
Create temploc executable
cd wwwhaxelib run templocd ../
Compile and Run
haxe project.hxmlcd wwwnekotools server -rewrite- Visit http://localhost:2000/
- It should automaticly create the database tables
- refresh to start using!
Default Admin Login
User: admin
Pass: admin
version #12065, modified 2011-12-20 16:14:35 by scottc