OpenGrok / docker

WARNING: this repository is archived !
58 stars 31 forks source link

Remove data and src symlinks #28

Closed jetm closed 5 years ago

jetm commented 5 years ago

It makes data and src directories, instead of symlinks.

This fixes a weird issue when the indexed data is mounted outside of the Docker container.

Related to #27.

vladak commented 5 years ago

I believe scripts/index.sh needs to be changed as well - notably the args to -s and -d Indexer options.

vladak commented 5 years ago

Actually, scripts/start.sh needs to be changed as well, it contains references to /data.

vladak commented 5 years ago

Could you rebase please ?

jetm commented 5 years ago

@vladak Rebased

vladak commented 5 years ago

Thanks !