GithubHelp home page GithubHelp logo

jasononeil / haxelib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from haxefoundation/haxelib

0.0 5.0 0.0 921 KB

Provisional project for the Haxe 3 related haxelib changes.

Shell 0.63% ApacheConf 0.29% Haxe 68.21% CSS 7.06% JavaScript 16.77% HTML 7.01% Batchfile 0.02%

haxelib's Introduction

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:

  • haxelib.hxml: Build the current haxelib tool from src/tools/haxelib/Main
  • legacyhaxelib.hxml: Build the haxelib tool that works with Haxe 2.x
  • prepare.hxml: Build a tool to prepare the server (I think)
  • site.hxml: Build the old website, the legacy website, and the Haxe remoting API.
  • newsite.hxml: Build the new website, the new site unit tests, and the Haxe remoting API. (Also runs the unit tests).
  • test.hxml: Build the automated tests.

Folders:

  • /src/: Source code for the haxelib tool and the website, including legacy versions.
  • /bin/: The compile target for building the haxelib tool, legacy tool, and site preparation tool.
  • /www/: The compile target (and supporting files) for the haxelib website (including legacy site and API)
  • /test/: Unit test source code for running on Travis.
  • /testing/: A setup for manually testing a complete setup.
  • /package/: Files that are used for bundling the haxelib_client zip file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.