Skip to content

aldekal/qc-atlas-api

 
 

Repository files navigation

QC-Atlas

Build Status codecov License

Git Workflow

We use the Gitflow-Workflow as our Git-Workflow. A detailed description about the workflow can be found here.

Build

  1. Run mvn package -DskipTests inside the root folder.
  2. When completed, the built product can be found in org.planqk.atlas.web/target.

Running via Docker

The easiest way to get started is using Docker-Compose: quantil-docker

Alternatively you can build and run the QC-Atlas Docker image by your own:

  1. docker build -t atlas . In case, there are issues, you can also try docker build --no-cache -t atlas .
  2. docker run -p 6626:6626 atlas to run the QC-Atlas on http://localhost:6626

You can also use the pre-built image:

docker run -p 6626:6626 planqk/atlas

Running on Tomcat

Build the project and deploy the WAR file located at org.planqk.atlas.web/target to Tomcat.

Make sure you have an accessibly Postgres database and configure the application correspondingly.

Haftungsausschluss

Dies ist ein Forschungsprototyp. Die Haftung für entgangenen Gewinn, Produktionsausfall, Betriebsunterbrechung, entgangene Nutzungen, Verlust von Daten und Informationen, Finanzierungsaufwendungen sowie sonstige Vermögens- und Folgeschäden ist, außer in Fällen von grober Fahrlässigkeit, Vorsatz und Personenschäden, ausgeschlossen.

Disclaimer of Warranty

Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.

About

Platform for Sharing Quantum Software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%