This branch is a testbed for upcoming Boot 2 Hoplon port.
Comparing its contents with master
branch you could find out
how to migrate your Hoplon app to Boot 2.
Discussion is here. Any help with either testing or porting Hoplon is very much appreciated and PRs are welcome.
To test this branch out you need to install boot2
branch of Hoplon in local maven repo:
$ git clone https://github.com/tailrecursion/hoplon.git && cd hoplon
$ git checkout boot2
$ lein install
Source code for the Hoplon documentation site.
# build for development
$ boot dev
# build for production
$ boot prod
# deploy to gh-pages
$ make deploy
Note: make deploy
requires the ghp-import Python script that you can probably install with pip install ghp-import
.
Copyright (c) Alan Dipert and Micha Niskin. All rights reserved.
The use and distribution terms for this software are covered by the Eclipse
Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can
be found in the file epl-v10.html at the root of this distribution. By using
this software in any fashion, you are agreeing to be bound by the terms of
this license. You must not remove this notice, or any other, from this software.