An open source PDS (Personal Data Store) server software.
English Documentation
Japanese Documentation
personium-core is one of components of which Personium Unit consists.
The component personium-core needs backends (Elasticsearch, activeMQ, etc.) to be launched, please refer to personium/ansible to prepare them manually.
There are two options to launch personium-core.
You can clone and building with below command.
git clone https://github.com/personium/personium-core
cd personium-core
mvn packageAfter compiling, you can get war file on target folder. ( target/personium-core.war )
You can build docker container image including personium-core based on Tomcat image with below command.
docker build . -t personium-coreAfter building, you can launch personium-core in docker container.
docker run -d -p 8080:8080 personium-coreYou can mount volume to use specivied configuration.
docker run -d -p 8080:8080 -v /path/to/config.properties:/personium/personium-core/conf/personium-unit-config.properties personium-corePersonium is licensed under the Apache License, Version 2.0. See LICENSE.txt