Skip to content

Laterality/sibylla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project sibylla

Graduation work in semester 2, 2018.

Web service that collect News on web and recommend to user based they read.

Before run

Set API server's address

src/microservice/sibylla-view/src/lib/Api.ts

    // ...
    private static readonly BASE_URL = "http://sibylla.latera.kr/api"; // It must be your API server address
    // ...

For launch elasticsearch container,

$ grep vm.max_map_count /etc/sysctl.conf
vm.max_map_count=262144

To apply the setting on a live system type: sysctl -w vm.max_map_count=262144

Please see link for detail.

Also metricbeat container needs permission to access host docker

$ setfacl -m u:1000:rw /var/run/docker.sock

Build docker image

Entire projects run in docker container. So first they need to be built.

It may take some time.

git clone https://github.com/Laterality/sibylla.git
cd sibylla
docker-compose build

Run project

docker-compose up

Then, you must see the web page in http://localhost

curl http://localhost

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published