Skip to content

Installing on your own server or home computer

thedod edited this page Feb 5, 2013 · 2 revisions

CableWeaver is static html, so you can simply download CableWeaver and put it in a web-accessible folder.

If you want to use this locally, you could try and browse to index.html on the file system, but some browsers don't allow loading json from the hard disk, and you might get stuck with the blue "loading" strip.

The way around this is to open a server on your local machine: if you have python3, it's as simple as typing: python3 -m http.server inside your CableWeaver project, and browsing to http://localhost:8000/index.html. There are many other ways to do this, of course, but this is a neat trick :)

Clone this wiki locally