inouire / baggle-server-deploy

Everything needed to deploy a b@ggle server in a few steps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

baggle-server-deploy

This repository contains everything needed to deploy an up-to-date b@ggle server in a few steps. Follow this guide to install your own b@ggle instance, connected to the official b@ggle network.

Requirements

  • java runtime environnement (JRE) >= 1.6
  • git

Instructions

Clone baggle-server-deploy git repository from github

git clone https://github.com/inouire/baggle-server-deploy.git

Launch a server with the default config

./launch_server.sh

You should now see your b@ggle server from b@ggle client (Launch it in a click from baggle official website)

If the script doesn't work at all, try to make it executable

chmod +x launch_server.sh

You can also use another preset config from conf/ directory

./launch_server.sh conf/server-quick.myml

Or you can even create your own config from an existing one and launch it

./launch_server.sh conf/my_own_config.myml

TODO

Explain what is b@ggle and add a link to the offical website List the available presets and explain them

About

Everything needed to deploy a b@ggle server in a few steps


Languages

Language:Shell 100.0%