Latest
JUSTAOS CLI
A command line interface for JUSTAOS.
Prerequisites
Install deno (version 1.29.1)
https://deno.land/manual@v1.29.1/getting_started/installationInstall mongodb
https://www.mongodb.com/download-center?#community
Setup
deno install -A --unstable -n justaos https://deno.land/x/justaos/mod.ts
Commands
justaos new
The JUSTAOS CLI makes it easy to create an application that already works, right out of the box.
justaos run
Easily start your JUSTAOS and load installed cloud applications on platform.
Check configuration in config.json before running the JUSTAOS.
By default, platform starts on port 8080. Open http://localhost:8080 to view the landing page of JUSTAOS.