Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Estep, Doug committed Jul 7, 2017
1 parent 95ce764 commit 660f32d
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ application. However, doing so usually takes a considerable amount of time and
## The Power of the Big Code Bang

Although I have done some work using Microsoft's technologies, the majority of my career has been programming in Java.
I have done some with with NodeJS on the server as well. Any of these choices are fine for the server-side and all
I have done some work with NodeJS on the server as well. Any of these choices are fine for the server-side and all
have their pros and cons. However with this initial rollout of the Big Code Bang project, Java will be used as the
server-side technology.

Expand Down Expand Up @@ -160,9 +160,11 @@ _src/main/resources/view_project.properties_
| view_root_folder_name | The root folder of the project. | "wiley-view" |
| application_title | The value assigned to the title of the web application. | "Wiley Coyote Road Runner Widgets" |
| context_root | The context root for the web application. | "wiley" |
| localhost_port | The port used when running the application locally in the IDE. | "8081" |
| server_port | The port used when running the application on remote web server. | "80" |
| server_host_name | The host name used when running the app on a remote server. | "mydomain.com" |
| localhost_port | The port used when running the REST services application on your local machine. | "8081" |
| localhost_view_port | The port used when running the HTML application on your local NodeJS server. | "4200" |
| server_port | The port used when running the REST services application on the remote java web server. | "80" |
| server_view_port | The port used when running the HTML application on the remote HTTP server. | "80" |
| server_host_name | The host name pointing to the remote server. | "mydomain.com" |

## Executing The Big Code Bang

Expand Down Expand Up @@ -405,6 +407,12 @@ npm install
npm update --save
```

* Install the CLI tool for Angular described at [https://github.com/angular/angular-cli](https://github.com/angular/angular-cli)

```
npm install -g @angular/cli
```

* From the terminal, execute the production build to build the distribution.

```
Expand Down

0 comments on commit 660f32d

Please sign in to comment.