Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwarchol authored Jan 28, 2021
1 parent f65a79e commit 02fde5c
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,11 @@ It is built with a python [Flask](http://flask.pocoo.org/) backend and a [Node.j

##### Start the Server

* `python app.py` - Runs the webserver
* `python run.py` - Runs the webserver
##### Start the Server

* Access the tool via `http://localhost:8000/`


<!--#### 2a. Docker Instructions

##### Install and Run Docker
* Download and Install [Docker Desktop](https://www.docker.com/products/docker-desktop)
* Run the Docker Desktop App
##### Build the Docker Image
* Open a the Command Prompt and navigate to the `cycif_viewer` directory.
* e.g. `cd Documents\cycif_viewer`
* run `docker build --tag cv .` to build the docker image. This may take some time.
##### Run the Docker Container
* Run `docker run --publish 8000:8000 --name cv_container cv` to a container with the docker image
##### Access the app
* Open your web browser and go to [http://localhost:8000/](http://localhost:8000/) to use the app
##### Stop the Container
* Run `CTRL+C` to access the terminal and run `docker container stop cv_container`
##### (Optional) Delete and Rebuild Image
* Delete the Docker container with `docker container rm cv_container`
* Delete the image with `docker image rm cv`
* Update the repository with `git pull`
* Rebuild the image: `docker build --tag cv .`
* Create and a run a new container `docker run --publish 8000:8000 --name cv_container cv`
-->

0 comments on commit 02fde5c

Please sign in to comment.