mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-08 20:04:01 +02:00
Add: readme, changelog, docker-compose.yml. License: add Wekan team.
This commit is contained in:
parent
57d3bc8651
commit
312c92e67e
4 changed files with 92 additions and 1 deletions
42
README.md
Normal file
42
README.md
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Docker: Wekan <=> MongoDB
|
||||
|
||||
* [Wekan kanban board, made with Meteor.js framework, running on
|
||||
Node.js](https://wekan.io) -- [GitHub](https://github.com/wekan/wekan)
|
||||
* [MongoDB NoSQL database](https://www.mongodb.com)
|
||||
|
||||
## Screenshot
|
||||
|
||||
![Screenshot of Wekan][screenshot]
|
||||
|
||||
## Install
|
||||
|
||||
1) Install docker-compose.
|
||||
|
||||
2) Clone this repo.
|
||||
|
||||
```bash
|
||||
git clone https://github.com/wekan/wekan-mongodb.git
|
||||
cd wekan-mongodb
|
||||
```
|
||||
|
||||
3) Write:
|
||||
|
||||
```bash
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
4) Wekan is at http://localhost (port 80)
|
||||
|
||||
5) MongoDB is at 127.0.0.1:27017
|
||||
|
||||
6) Wekan and databases bind to address 0.0.0.0 so could be also available to other
|
||||
computers in network. I have not tested this.
|
||||
|
||||
7) [Restore your MongoDB data](https://github.com/wekan/wekan/wiki/Export-Docker-Mongo-Data).
|
||||
|
||||
## Feedback
|
||||
|
||||
[Create GitHub issue](https://github.com/wekan/wekan/issues)
|
||||
|
||||
[screenshot]: http://i.imgur.com/OCtpqb6.png
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue