Arogi Circuit Router Quickstart
*Prerequisites*
-
Install Docker. Their webpage has instructions.
-
In Windows and OS X, launch the Docker Quickstart Terminal. Linux uses the standard Terminal.
Getting Started
-
Type:
docker pull arogi/circuit-web
into your Terminal. -
Type:
docker run -it -p 80:80 arogi/circuit-web
-
Open a web browser and enter the following into the address bar:
On OS X and Windows, enter192.168.99.100
. On Linux, enterlocalhost
Want to use your own data? Easy!