-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
Martynas Jusevičius edited this page Dec 30, 2020
·
6 revisions
Use Docker image atomgraph/processor.
To add AtomGraph Processor dependency:
-
for a stable version
-
for a
SNAPSHOTversion -
add Maven dependency in your project using an IDE, or in the
pom.xmlfile:<dependencies> <dependency> <groupId>com.atomgraph</groupId> <artifactId>processor</artifactId> <version>1.1.3</version> </dependency> </dependencies> -
add or edit
main/webapp/WEB-INF/web.xmlwith Configuration
- install AtomGraph Core dependency
- checkout the source code
- build it as
jarusing Maven (dependencyMaven profile:mvn -Pdependency package) - build it as
warusing Maven (standaloneMaven profile:mvn -Pstandalone package)
See also AtomGraph Client installation.