- Run
mvn package -DskipTests
inside the root folder. - When completed, the built product can be found in
org.planqk.nisq.analyzer.core/target
.
-
For running the QuAntiL environment with all its components use the docker-compose of quantil-docker.
-
Otherwise, clone repository:
git clone https://github.com/UST-QuAntiL/nisq-analyzer.git
git clone [email protected]:UST-QuAntiL/nisq-analyzer.git
- Start NISQ Analyzer and PostgreSQL containers:
docker-compose pull
docker-compose up
Now the NISQ Analyzer is available on http://localhost:5010/.
Build the project and deploy the WAR file located at org.planqk.nisq.analyzer.core/target
to Tomcat.
Make sure you have an accessibly Postgres database and configure the application correspondingly.
Use the HAL Browser or Swagger-UI.
The OpenAPI specification is also statically available:
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.
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.