File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ docker run -d -p 8080:8080 updatehub/updatehub-ce-server:latest
27
27
28
28
## Development setup
29
29
30
- The ` updatehub-ce-server ` uses ` glide ` to manage its dependencies and ` npm ` to build the web UI for the server.
31
- The easiest way to install its latest release on Mac or Linux is with the following script:
30
+ The ` updatehub-ce-server ` uses ` glide ` to manage its dependencies and
31
+ ` npm ` to build the web UI for the server. The easiest way to install
32
+ its latest release on Mac or Linux is with the following script:
32
33
33
34
```
34
35
$ curl https://glide.sh/get | sh
@@ -40,15 +41,17 @@ On Mac OS X you can also install the latest release via Homebrew:
40
41
$ brew install glide node
41
42
```
42
43
43
- On Ubuntu Precise (12.04), Trusty (14.04), Wily (15.10) or Xenial (16.04) you can install from our PPA:
44
+ On Ubuntu Precise (12.04), Trusty (14.04), Wily (15.10) or Xenial
45
+ (16.04) you can install from our PPA:
44
46
45
47
```
46
48
$ sudo add-apt-repository ppa:masterminds/glide && sudo apt-get update
47
49
$ sudo apt-get install glide nodejs npm
48
50
```
49
51
50
- After that, need to install ` packr ` that is a simple solution for bundling static assets inside of Go binaries use
51
- by ` updatehub-ce-server ` .
52
+ After that, need to install ` packr ` that is a simple solution for
53
+ bundling static assets inside of Go binaries use by
54
+ ` updatehub-ce-server ` .
52
55
53
56
To install Packr utility and the dependencies:
54
57
You can’t perform that action at this time.
0 commit comments