Just The Thing

Just saves a lot of working hours by throwing out of workflow server side development and system administration issues.

We created the product that allows us to concentrate right on the idea and implement it within one hour.

Just. Simple.

Quirkstart

Install a Docker container on your server. By default there will be created a site with the name default.

$ docker run -d -it --restart=always --name=just \
        -v /var/lib/just/mongodb:/var/lib/mongodb \
        -p 8080:80 extremeprog/just:latest

Include script to your application page:

<script src='http://domain.site.com/just.extremeprog.js?site=default'></script>

Further Reading