https://github.com/georgeosddev/xitrum-leochat
Chat demo of xitrum with LeoFS
https://github.com/georgeosddev/xitrum-leochat
Last synced: 2 months ago
JSON representation
Chat demo of xitrum with LeoFS
- Host: GitHub
- URL: https://github.com/georgeosddev/xitrum-leochat
- Owner: georgeOsdDev
- Created: 2013-10-18T15:11:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T09:38:30.000Z (about 5 years ago)
- Last Synced: 2025-01-20T19:33:26.842Z (4 months ago)
- Language: Java
- Homepage: https://slid.es/georgeosd/introduction-of-xitrum
- Size: 13.6 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Demo of `Xitrum `_ with `LeoFS `_
===============================================================================================.. image:: ./doc/cluster.png
:height: 571
:width: 759
:scale: 50
:alt: imageAbout
=====This is a Demo for LT of `Rakuten Technology Conference 2013 `_.
See also: `Slide `_.
Getting started
===============1. Install and Start LeoFS
Follow `LeoFS Official Document `_
2. Get API key from `LeoFS Manager Console `_ and edit `config/leofs.conf`
::
# Config Leofs
# See also http://www.leofs.org/docs/s3_client.html#getting-started-with-java-aws-sdk
leofs {
# leo_gateway
proxyhost = "localhost"
proxyport = 8080# You can get S3 API Keys from LeoFS' Manager Console.
# http://www.leofs.org/docs/s3_client.html#getting-your-s3-key
accessKeyId = "YOUR ACCESS KEY ID HERE"
secretAccessKey = "YOUR SECRET ACCESS KEY HERE"bucket = "xitrum-leochat"
}3. start xitrum instances
::
sbt/sbt xitrum-package
sh dev/8000.sh
sh dev/8001.sh (from another terminal)
sh dev/8002.sh (from another terminal)Now you have clustered instances running at http://localhost:8000/ and https://localhost:8001/