git.fiddlerwoaroof.com
name mode size
assets 040000
group_vars 040000
playbooks 040000
schema 040000
src 040000
.gitignore 100644 0 kb
COPYING 100644 34 kb
README.md 100644 1 kb
ansible.inventory 100644 0 kb
boot.properties 100644 0 kb
build.boot 100644 3 kb
queries.sql 100644 0 kb
README.md
# Twenty Pictures A demo photo-sharing application built around the concept of a twenty-picture album that is, for now, randomly generated from Unsplash photos. Eventually, the goal will be to have a simple way to setup small photo albums ## Dependencies TODO: work on deployment/development instructions . . . - java 1.7+ - [boot][1] ## Usage ### Development 1. Start the `dev` task. In a terminal run: ``` bash $ boot dev ``` This will give you a Hoplon development setup with: - auto compilation on file changes - audible warning for compilation success or failures - auto reload the html page on changes - Clojurescript REPL 2. Go to [http://localhost:9090][2] in your browser. 3. If you edit and save a file, the task will recompile the code and reload the browser to show the updated version. ### Production 1. Run the `prod` task. In a terminal run: ```bash $ boot prod ``` 2. The compiled files will be on the `target/` directory. This will use advanced compilation and prerender the html. ## License Released under the terms of the AGPLv3. Contact the author for other licensing arrangements. Copyright © 2016, **Edward Langley** [1]: http://boot-clj.com [2]: http://localhost:9090 [3]: http://hoplon.io