crowi-plus is now developed as GROWI(weseek/growi), and weseek/growi-docker is the successor to this repository.
2.4.4
,2.4
,2
,latest
(Dockerfile)2.3.9
,2.3
,2
(Dockerfile)2.2.4
,2.2
(Dockerfile)2.1.2
,2.1
(Dockerfile)2.0.9
,2.0
(Dockerfile)1.2.16
,1.2
,1
(Dockerfile)1.1.12
,1.1
(Dockerfile)1.0.9
,1.0
(Dockerfile)
crowi-plus is open source wiki system forked from Crowi.
- MongoDB (>= 3.2)
- Redis (>= 3)
- ElasticSearch (>= 5.1)
- Japanese (kuromoji) Analysis plugin
- ICU Analysis Plugin
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.
Using docker-compose is the fastest and the most convenient way to boot crowi-plus.
see: weseek/growi-docker-compose(crowi-plus-v2 branch)
- The MIT License (MIT)
- See LICENSE file.