Coder Social home page Coder Social logo

yoh1496 / personium-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from personium/personium-core

0.0 0.0 0.0 9.76 MB

Core module of Personium

Home Page: https://personium.io

License: Apache License 2.0

Java 99.92% JavaScript 0.03% HTML 0.04% Dockerfile 0.01%

personium-core's Introduction

Personium

An open source PDS (Personal Data Store) server software.

https://personium.io/

Documentation

English Documentation
Japanese Documentation

personium-core

personium-core is one of components of which Personium Unit consists.

Requirements

The component personium-core needs backends (Elasticsearch, activeMQ, etc.) to be launched, please refer to personium/ansible to prepare them manually.

Launch

There are two options to launch personium-core.

Using war file

You can clone and building with below command.

git clone https://github.com/personium/personium-core
cd personium-core
mvn package

After compiling, you can get war file on target folder. ( target/personium-core.war )

Using docker image

You can build docker container image including personium-core based on Tomcat image with below command.

docker build . -t personium-core

After building, you can launch personium-core in docker container.

docker run -d -p 8080:8080 personium-core

You 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-core

License

Personium is licensed under the Apache License, Version 2.0. See LICENSE.txt

personium-core's People

Contributors

sawamiwataru avatar shimono avatar tochi-y avatar yoh1496 avatar nisiguti avatar personiumio avatar hiroaki-shibata avatar dependabot[bot] avatar hideakikondo avatar kourokitakuto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.