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 mtwin
  • haxelib install templo

Install MySql Database Server

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 www
  • haxelib run templo
  • cd ../

Compile and Run

  • haxe project.hxml
  • cd www
  • nekotools 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