We use the Gitflow-Workflow as our Git-Workflow. A detailed description about the workflow can be found here.
- Run
mvn package -DskipTests
inside the root folder. - When completed, the built product can be found in
org.planqk.atlas.web/target
.
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:
docker build -t atlas .
In case, there are issues, you can also trydocker build --no-cache -t atlas .
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
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.
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.