Skip to content

Latest commit

 

History

History
152 lines (125 loc) · 7.81 KB

welcome.org

File metadata and controls

152 lines (125 loc) · 7.81 KB

Welcome

Welcome to SCKAN!

SCKAN is the SPARC Connectivity Knowledge base of the Autonomic Nervous system.

This docker image contains everything you need to query SCKAN.

Get started with the Tutorial.

Write your own queries in Scratch.

Review Examples.

Browse the full Catalog.

Saving your work

You can quit at any time and your work will be saved.

You can continue your previous session by running docker start -ai $(docker ps -lqf ancestor=tgbugs/musl:kg-release-user)

For more details see Saving and restoring in the reference section.

Saving to the host system

While using docker start keeps you safe from losing work, the best way to save your work across sessions is to mount a folder from the host system to the docker container.

To configure your system so that your work lives on the host system see Saving to the host system in the reference section.

Additional documentation

Web links

Bootstrap

To get the correct behavior for restoring desktops when using this file as an entrypoint use the following command.

emacs -eval "(find-file-noselect (pop argv))" welcome.org

To test save and restore for this file use the following command.

emacs -Q -eval "(progn (setq user-init-file (concat default-directory (pop argv)) _ (load user-init-file) user-emacs-directory (file-name-directory user-init-file)) (find-file-noselect (pop argv)))" test-sandbox/.emacs.d/init.el welcome.org

Local Variables