Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build doc fix #2702

Merged
merged 1 commit into from
Jul 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/developers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Configuration information can be found in two places

## Build

Run `npm build` to build the project.
Run `npm run build` to build the project.

The build artefacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
The build artefacts will be stored in the `dist/` directory. This will output a production build of the application.

## Creating angular items via angular cli

Expand Down Expand Up @@ -137,7 +137,7 @@ The portal-proxy is the back-end for the Console UI. It is written in Go.
### Automatically register and connect to an existing endpoint
To automatically register a Cloud Foundry add the environment variable below

> **Note** On log in the console will also attempt to auto-connect to the cloud foundry using
> **Note** On log in the console will also attempt to auto-connect to the cloud foundry using
the username/password provided.

```
Expand All @@ -160,7 +160,7 @@ This env var can be set in `outputs/config.properties` if running the backend lo

#### Running portal-proxy in a container
* Follow instructions in the deploy/docker-compose docs
* To apply changes (build and update docker image) simply run `deploy/tools/restart_proxy.sh`
* To apply changes (build and update docker image) simply run `deploy/tools/restart_proxy.sh`

#### Running "like a dev"

Expand Down