Navigation Menu

Skip to content

jpatherton/buddycloud-server-java

 
 

Repository files navigation

Buddycloud Java Server implementation

Note: This server is not as fully featured as the nodejs server https://github.com/buddycloud/buddycloud-server.

Not yet implemented:

  • Special nodes
  • MAM/Sync (not caching so no need so far)

Currently the server has enough features that it is usable. It federates with remote servers but may appear to be slow due to lack of caching.

Build status

Note this points to the main buddycloud repository for the java server.

Build Status

Database install

The java server purposefully uses the same database schema as the node.js server. See here for database installation instructions https://github.com/buddycloud/buddycloud-server/tree/develop/postgres.

Build and run

  • git clone https://github.com/buddycloud/buddycloud-server-java
  • cd buddycloud-server-java
  • mvn package
  • Edit configuration files as required
  • Install database
  • `java -jar target/channelserver--jar-with-dependencies.jar