From c3ed743cd00b7e288ac7e55988741538d275b06a Mon Sep 17 00:00:00 2001 From: john-knowles <18680913+john-knowles@users.noreply.github.com> Date: Mon, 15 Oct 2018 19:25:44 +0100 Subject: [PATCH] Update README.md (#720) --- README.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/README.md b/README.md index 99f75474a..8a94f08b4 100644 --- a/README.md +++ b/README.md @@ -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).