Installation
Crul is currently available as a MacOS application or a Docker image. Reach out for an enterprise SaaS crul deployment, a self hosted enterprise variant, or to request another distribution.
- Mac OS 🍎
- Docker 🐳
Download
Start by downloading the crul-vlatest.tar.gz
*(MacOS Desktop Application) from the Account page. You'll need to sign up for an account if you have not already.
Decompress
Relax your shoulders, take a deep breath and oh, double click on the downloaded crul-vlatest.tar.gz
file to decompress.
Open
Open the decompressed crul
application. Crul will prompt itself to move to the /Applications
directory if it is not already there. Once approved, crul will reopen.
Jump on in!
Welcome to crul! We think it is pretty cool! Check out the Quickstart or the Introduction to continue your journey!
NOTE: The docker variant of crul is stateless, meaning that credentials, frozen results, and other stateful content will not persist once a container has been shut down. This also impacts upgrades.
A resolution to this issue (using docker volumes) is currently being tested and documented, and will be available soon.
Prerequisites
Ensure docker is installed.
docker --help
Download the image
Start by downloading the crul-docker-vlatest.tar.gz
(Docker Image) from the Account page. You'll need to sign up for an account if you have not already.
Load the image
In a terminal, first navigate to the directory containing the downloaded crul-docker-vlatest.tar.gz
file, then run the following command to load the image.
docker load -i crul-docker-vlatest.tar.gz
Run the image
docker run -it --rm -p 2001:2001 -p 1968:1968 -p 2013:2013 --name crul crul:latest
Access the web application
By default, crul runs on http://localhost:2001
. Open this page in your browser of choice, crul will load after ~10-60 seconds.
Jump on in!
Welcome to crul! We think it is pretty cool! Check out the Quickstart or the Introduction to continue your journey!