Skip to content

Commit

Permalink
[docs]: add detailed instructions link
Browse files Browse the repository at this point in the history
  • Loading branch information
tolitius committed May 2, 2018
1 parent d682f44 commit 03e4021
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ In fact it does for many years now. Meet [SPIKE: Intelligent Scheduling of Hubbl
> Updating for new Lisp language features has not been difficult, and there are currently no plans to convert any of the system to C or C++
## How do I set all this up?

Here are the [detailed instructions](https://www.dotkam.com/2017/01/10/hubble-space-mission-securely-configured/) on how to connect to and control the Hubble Telescope.

## License

Copyright © 2016 tolitius
Expand Down
2 changes: 1 addition & 1 deletion src/clj/hubble/app.clj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

;; start without a mission log by default
(mount/start-without #'hubble.core/mission-log)

;; in case the mission log is enabled, add it to the app
(let [{:keys [enabled name]} (get-in env/config
[:hubble :log])]
Expand Down
2 changes: 1 addition & 1 deletion src/clj/hubble/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
;; connection to a mission knowledge base
;; etc.

(defstate camera :start {:on? true
(defstate camera :start {:on? true
:settings (get-in env/config [:hubble :camera])}
:stop {:on? false})

Expand Down
2 changes: 1 addition & 1 deletion src/clj/hubble/env.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns hubble.env
(:require [mount.core :refer [defstate]]
[cprop.core :refer [load-config]]
[cprop.source :refer [from-system-props
[cprop.source :refer [from-system-props
from-env]]
[envoy.core :as envoy]
[clojure.tools.logging :as log]
Expand Down

0 comments on commit 03e4021

Please sign in to comment.