File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,15 @@ It takes commands from authenticated administrators over the web interface and i
20
20
21
21
## How can I use it?
22
22
To build the angular app for deployment make sure to have npm and the angular cli installed
23
+
23
24
```
24
25
cd client && npm install && ng build --prod && cd ..
26
+ ```
25
27
26
28
For OS X users you need to expose the TCP port manually. The docker FAQ suggest it in this way:
29
+
27
30
```
28
- docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p 127.0.0.1:1234 : 1234 bobrik/socat TCP-LISTEN:1234 ,fork UNIX-CONNECT:/var/run/docker.sock
31
+ docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p 127.0.0.1:9095:9095 bobrik/socat TCP-LISTEN:9095 ,fork UNIX-CONNECT:/var/run/docker.sock
29
32
```
30
33
31
34
For any deployed instance you need an administrator account to interact with the application.
You can’t perform that action at this time.
0 commit comments