File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
- ## Habitat Service Package for CHIME
1
+ # Habitat Service Package for CHIME
2
+
2
3
This package can be used to run CHIME as a fully self-contained application.
3
4
See https://habitat.sh for more details.
4
5
5
- ### Examples
6
+ ## Examples
7
+
6
8
Quickstart With Docker "Shim" Container:
7
- ```
8
- docker run -it -p 8000:8000 bixu/hab hab sup run "bixu/chime" --channel="unstable"
9
+
10
+ ``` bash
11
+ docker run -it -p 8000:8000 bixu/hab hab sup run " codeforphilly/chime" --channel=" unstable"
9
12
```
10
13
11
14
Local Prototyping Example:
12
- ```
15
+
16
+ ``` bash
13
17
set -e
14
18
curl --silent " https://raw.githubusercontent.com/habitat-sh/habitat/master/components/hab/install.sh" | sudo bash -s
15
19
hab cli setup
@@ -20,7 +24,8 @@ hab sup run $HAB_ORIGIN/chime --channel="unstable"
20
24
```
21
25
22
26
Complete ` systemd ` Bootstrap Example:
23
- ```
27
+
28
+ ``` bash
24
29
echo ' HAB_AUTH_TOKEN="<enter your token from https://bldr.habitat.sh/#/profile>"
25
30
HAB_LICENSE="accept"
26
31
HAB_NONINTERACTIVE="true"
@@ -50,5 +55,5 @@ sudo systemctl restart supervisor
50
55
sudo groupadd hab || true
51
56
sudo useradd --system --gid hab hab || true
52
57
53
- sudo hab svc load "bixu /chime" --channel="unstable"
54
- ```
58
+ sudo hab svc load " codeforphilly /chime" --channel=" unstable"
59
+ ```
You can’t perform that action at this time.
0 commit comments