Sign inSign up

weseek/crowi-plus

By weseek

•Updated over 8 years ago

crowi-plus - Enhanced Crowi

Image
3

10K+

weseek/crowi-plus repository overview

⁠DEPRECATED

crowi-plus is now developed as GROWI⁠(weseek/growi⁠), and weseek/growi-docker⁠ is the successor to this repository.

⁠crowi-plus-docker

⁠What is crowi-plus?

crowi-plus is open source wiki system forked from Crowi⁠.

⁠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

For more info here⁠.

⁠docker-compose

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

see: weseek/growi-docker-compose(crowi-plus-v2 branch)⁠

⁠License

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

Tag summary

Content type

Image

Digest

Size

68.6 MB

Last updated

over 8 years ago

docker pull weseek/crowi-plus