We use the Gitflow-Workflow as our Git-Workflow. A detailed description about the workflow can be found here.
mvn package -DskipTests inside the root folder.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 try docker build --no-cache -t atlas .docker run -p 6626:6626 atlas to run the QC-Atlas on http://localhost:6626You 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.
Content type
Image
Digest
sha256:3eb738ffe…
Size
339.8 MB
Last updated
over 2 years ago
docker pull planqk/atlas