mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
clarifying the relationship between make and make deps
This commit is contained in:
19
README.md
19
README.md
@@ -221,14 +221,12 @@ Building Scope from source depends on the latest version of
|
||||
[docker](https://www.docker.com/), so please install that before
|
||||
proceeding.
|
||||
|
||||
The build is in two stages. `make deps` installs some tools we use later in
|
||||
the build. `make` builds the UI build container, builds the UI in said
|
||||
container, builds the backend build container, builds the app and probe in a
|
||||
said container, and finally pushes the lot into a Docker image called
|
||||
**weaveworks/scope**.
|
||||
The main build is `make`, which builds the UI build container, builds
|
||||
the UI in said container, builds the backend build container, builds
|
||||
the app and probe in a said container, and finally pushes the lot into
|
||||
a Docker image called **weaveworks/scope**.
|
||||
|
||||
```
|
||||
make deps
|
||||
make
|
||||
```
|
||||
|
||||
@@ -238,6 +236,15 @@ Then, run the local build via
|
||||
./scope launch
|
||||
```
|
||||
|
||||
If needed, install tools used for managing dependencies, managing releases, and doing coverage analysis via
|
||||
|
||||
```
|
||||
make deps
|
||||
```
|
||||
|
||||
Note that the tools from `make deps` will depend on a local install of
|
||||
[go](https://golang.org).
|
||||
|
||||
## <a name="developing"></a>Debugging
|
||||
|
||||
Scope has a collection of built in debugging tools to aid Scope delevopers.
|
||||
|
||||
Reference in New Issue
Block a user