Build from source
Retrieve Source Codes
Clone the following repositories.
- personium-core (https://github.com/personium/personium-core.git)
- personium-engine (https://github.com/personium/personium-engine.git)
$ git clone https://github.com/personium/personium-core.git
core
Run maven package, then core/target/personium-core.war
is created.
$ cd ./io/personium/core
$ mvn package -DskipTests=true
engine
Run maven package, then engine/target/personium-engine.war
is created.
$ cd ./io/personium/engine
$ mvn package -DskipTests=true