Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 626 B
ms-converter-GUI
A web interface to the converter service available at NFDI4chem-Converter-Service
Instructions
Steps
- Git clont the repository
git clone https://git.rwth-aachen.de/linsherpa/ms-converter-gui.git
- Add your S3 credentials on path
credentials/.env
- Create a docker image
docker build -t < image-name > .
- 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 >
- The Web service will be available on
http://localhost:5000/