Skip to content
Snippets Groups Projects
Commit d496e6f9 authored by linsherpa's avatar linsherpa
Browse files

Update file README.md

parent 2bafa538
No related branches found
No related tags found
No related merge requests found
# ms-converter-GUI
A web interface to the converter service available at [NFDI4chem-Converter-Service](https://nfdi4chem-msconverter.zih.tu-dresden.de/api-docs#/)
\ No newline at end of file
A web interface to the converter service available at [NFDI4chem-Converter-Service](https://nfdi4chem-msconverter.zih.tu-dresden.de/api-docs#/)
## Instructions
### Steps
1. Git clont the repository `git clone https://git.rwth-aachen.de/linsherpa/ms-converter-gui.git`
2. Add your S3 credentials on path `credentials/.env`
3. Create a docker image `docker build -t < image-name > .`
4. Run a container at port 5000 (by default)
`docker run -d -ti -p 5000:5000 --name < name of the container > < name of the docker image: set earlier >`
5. The Web service will be available on ```http://localhost:5000```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment