Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarppe/joulukalenteri2015
Millan Joulukalenteri 2015
https://github.com/jarppe/joulukalenteri2015
Last synced: about 2 months ago
JSON representation
Millan Joulukalenteri 2015
- Host: GitHub
- URL: https://github.com/jarppe/joulukalenteri2015
- Owner: jarppe
- Created: 2015-10-13T19:33:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T08:29:45.000Z (about 9 years ago)
- Last Synced: 2023-03-11T00:52:52.132Z (almost 2 years ago)
- Language: Clojure
- Size: 831 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Joulukalenteri 2015
Simple ClojureScript application to represent my daughters Joulukalenteri for christmas 2015.
Running app is at http://millan-joulukalenteri.fi
# Development
Requires [boot](https://github.com/boot-clj/boot) to build.
```bash
boot dev
```# Build
```bash
boot package
```# Deployment
Requires [Ansible](http://www.ansible.com) and [Vagrant](https://www.vagrantup.com).
```bash
cd ansible
vagrant up
ansible-playbook site.yml -i inventory/vagrant -u vagrant
```# License
## Artistic content
All images Copyright © 2015 Milla Länsiö and Titta Länsiö
The "Joulukalenteri 2015" images by Milla and Titta Länsiö are licensed
under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).## Code
All other parts Copyright © 2015 Jarppe Länsiö
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.