[haXe] hxblog site

Laurent Bedubourg lbedubourg at motion-twin.com
Thu Dec 21 17:20:17 CET 2006


Ok, I finally found the time to open windows on WMWare, what I did from 
scratch :

opened http://www.haxe.org

downloaded haxe 1.09 for windows

unzipped into C:\haxe

run C:\haxe\haxesetup.exe

run haxelib install mtwin

execute C:\haxe\lib\mtwin\1,1,5\mtwin\templo\temploc.hxml

copy temploc.exe into C:\haxe

svn co https://svn.motion-twin.com/hxblog/trunk on desktop/hxblog using 
tortoise svn

in the hxblog directory created a make.hxml file containing :

-cp src
-lib mtwin
-main App
-neko www/index.n

in the hxblog directory copied config.xml.tpl into config.xml and edited 
it :

<config
db="sqlite://hxblog"
theme="hxblog"
debug="1"
description="hxBlog blog"
title="hxBlog"
url="http://hxblog"
comments="0"
commentsPreModerated="1"
notificationEmail="you at yourdomain.com"
notificationEmailSmtp="smtp.somewhere.com"
notificationEmailFrom="hxblog at yourdomain.com"
/>


went to http://www.sqlite.org/download.html and downloaded sqlite3 and 
unzipped the sqlite3.exe file into c:\haxe

on a command line

cd Desktop
cd hxblog
sqlite3 hxblog
.read database.sqlite.sql
.quit
cd www
nekotools server -rewrite

Browsed http://localhost:2000 and it worked :)

Now inserting an admin user into the database using sqlite3.exe should 
let you work with the website...

Regards
Laurent
-- 
Laurent Bedubourg
lbedubourg at motion-twin.com
http://www.motion-twin.com



More information about the Haxe mailing list