jasononeil / haxelib

Provisional project for the Haxe 3 related haxelib changes.
0 stars 0 forks source link

Haxelib

For documentation, please refer to haxe.org

Build Status


Running the website for development

(Work in progress instructions, 2015-02-27)

# Initial checkout
git clone https://github.com/jasononeil/haxelib.git
git checkout feature/newsite

# Install all the libs
haxelib install newsite.hxml
haxelib git ufront-mvc https://github.com/ufront/ufront-mvc.git

# Create directories
mkdir www
mkdir www/legacy
mkdir www/api/
mkdir www/api/3.0
mkdir www/files/
mkdir www/files/3.0

# TODO: copy assets

# Compile the site
haxe site.hxml
haxe newsite.hxml

# Set up the test database
cd www
neko old.n setup

# TODO: check the permissions, writeable directories etc.

# Start the server
nekotools server -rewrite

About this repo

Build files:

Folders: