Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

open source search engine for source code

License

NotificationsYou must be signed in to change notification settings

klask-dev/klask-dev.github.io

Repository files navigation

klask.dev

What is klask.dev ?

klask.dev is an open source search engine for source code. This application was generated usingJHipster.

Live demo

http://app.klask.dev/

How to run it ?

You can run an instance easily by pulling the docker image and execute by following :

docker run klask/klask.dev

docker-compose

an example of a docker-compose.yml :

version:'2'services:  klask-app:    image: klask/klask.dev:latest    ports:      - 8080:8080    volumes:      - /mnt/svn:/repo      - ./data:/klask-data      - ./application-docker.yml:/application-docker.yml

/mnt/svn is the path to my repositories
./data is the location where elasticsearch files and database were saved.
The optional fileapplication-docker.yml can overrides all properties defined inapplication.yml andapplication-docker.yml

About

open source search engine for source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp