Skip to content

⚓ crowi-plus-docker - The repos to build docker image of crowi-plus

License

Notifications You must be signed in to change notification settings

weseek/crowi-plus-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ DEPRECATED ⚠️

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

crowi-plus-docker

Supported tags and respective Dockerfile links

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.