Update README.md (#720)

This commit is contained in:
john-knowles
2018-10-15 19:25:44 +01:00
committed by Denys Vuika
parent 791cc861ba
commit c3ed743cd0
-36
View File
@@ -60,42 +60,6 @@ Want to file a bug, contribute some code, or improve documentation? Excellent! R
| Metadata | The information drawer can be configured in the app.config.json to display metadata information, by default file the Properties Aspect is shown and images will also include EXIF information.|
| Versioning | The version manager provides access and management of previous file versions, and the ability to upload new versions.|
## Development server
Run `npm start` for a dev server. Navigate to `http://localhost:4200/` (opens by default).
The app will automatically reload if you change any of the source files.
## Build
Run `npm run build` to build the project in the production mode. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `npm test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run the local instance of the application packaged into the docker image together with the ACS images:
```sh
npm run build
npm run start:docker
```
The ACA runs on port 4000 inside the docker container.
Run `npm run e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
```sh
npm run e2e
```
When testing is over you can stop all corresponding containers:
```sh
npm run stop:docker
```
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).