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

handa-kenta/crowi-plus-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%