Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 2.73 KB

README.md

File metadata and controls

85 lines (54 loc) · 2.73 KB

crowi-plus-docker

wercker status docker build automated

Supported tags and respective Dockerfile links

What is crowi-plus?

crowi-plus is open source wiki system that is forked from crowi

see: weseek/crowi-plus

Requirements

  • MongoDB (>= 3.2)

Optional Dependencies

  • Redis (>= 3)
  • ElasticSearch (>= 5.1)
    • Japanese (kuromoji) Analysis plugin
    • ICU Analysis Plugin

Usage

docker run -d \
    -e MONGO_URI=mongodb://MONGODB_HOST:MONGODB_PORT/crowi \
    weseek/crowi-plus

and go to http://localhost:3000/ .

If you use Redis and ElasticSearch, type this:

docker run -d \
    -e MONGO_URI=mongodb://MONGODB_HOST:MONGODB_PORT/crowi \
    -e REDIS_URL=redis://REDIS_HOST:REDIS_PORT/crowi \
    -e ELASTICSEARCH_URI=http://ELASTICSEARCH_HOST:ELASTICSEARCH_PORT/crowi \
    weseek/crowi-plus

More info are here.

docker-compose

Using docker-compose is the most quick and convenient way to boot crowi-plus.

see: weseek/crowi-plus-docker-compose

Other Documentation

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

License

  • The MIT License (MIT)
  • See LICENSE file.