GithubHelp home page GithubHelp logo

dockerfiles's Introduction

Dockerfiles

A collection of docker files.

See internal READMEs for further information.

SphinxSearch

Docker

SphinxSearch is an open source search engine designed to provide full-text search functionality to client applications.

  • Stables: from 2.1.6 to latest (2.2.10)
  • Betas: from 2.2.1-beta to 2.3.1-beta

Also available on docker index.

Pull all with:

$ docker pull leodido/sphinxsearch

Or pull a specific version:

$ docker pull leodido/sphinxsearch:latest

TeX Live

Docker

The default free software distribution for the TeX typesetting system. It provides a comprehensive TeX system with binaries, macro packages, and fonts.

  • 2014 (full scheme installation)

Also available on docker index.

Pull a version with:

$ docker pull leodido/texlive:2014

Copyright and license

The code and docker images are licensed under the terms of MIT license.

Copyright (c) 2015 Leo Di Donato.


Analytics

dockerfiles's People

Contributors

leodido avatar tisdall avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dockerfiles's Issues

Change volume paths

Change volume paths in SphinxSearch dockerfiles:

  • /var/idx/sphinx for indexes paths
  • /var/dix/sphinx for dictionaries

'-beta' fix not quite right

Your last commit doesn't seem to fix things quite right... It removed the extra '-beta' on the ENV line but then removed it completely from the @version line and everywhere else in the README files.

does not work out of the box as advertised

  1. SS=$(docker run -i -t -v $PWD:/usr/local/etc -p 9306 -d leodido/sphinxsearch:2.2.9 searchd.sh)

gives a problem when $PWD is ~/leodido/dockerfiles/sphinxsearch:2.2.9 (because of double colon)

  1. $ sudo docker logs $SS
    Sphinx 2.2.9-id64-release (rel22-r5006)
    Copyright (c) 2001-2015, Andrew Aksyonoff
    Copyright (c) 2008-2015, Sphinx Technologies Inc (http://sphinxsearch.com)

    FATAL: no readable config file (looked in /usr/local/etc/sphinx.conf, ./sphinx.conf).

Any sample? I know how to use MariaDB/Sphinx in Win7.

In the blog "Sphinx in Docker. The basics." there is a conf sample but this is not usable in a production environment. The IP should be set automatically, not by inspection. Ideally the whole stuff should be called by docker-compose.

And why should mysql -h127.0.0.1 -P9311 succeed (as stated in the blog)?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.